diff options
| author | Bert Belder <bertbelder@gmail.com> | 2022-05-12 18:43:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-12 18:43:00 +0200 |
| commit | 89b428234c73d66db4a8fca4d9623fd823c6428e (patch) | |
| tree | 862793757041ecf08a093fd10f7b65ba8a8746a4 /Releases.md | |
| parent | 3166506980a6dddb1a5f6ddbf9dc1e5e8f9215fc (diff) | |
1.21.3 (#14584)
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index f8787895a..b76328fa1 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.21.3 / 2022.05.12 + +- fix(cli): add deno version to manual links (#14505) +- fix(core): avoid panic on non-string Error.name (#14529) +- fix(ext/tls): finish TLS handshake before shutting down (#14547) +- fix(runtime): stdout and stderr encoding on Windows (#14559) +- fix(task): accept double hyphen arg immediately following task name (#14567) +- fix(test): do not panic on `TestOutputPipe::flush` when receiver dropped + (#14560) +- fix(workers): make module evaluation result deterministic (#14553) + ### 1.21.2 / 2022.05.05 - fix(cli): add dom.extras lib (#14430) |
