summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-12-04 01:26:54 +0100
committerGitHub <noreply@github.com>2021-12-04 01:26:54 +0100
commit72e9720e91630bdf28b1660c20c67baa39bdb586 (patch)
tree52d0223bb09924605c8143a7f26d6bf772faf9da /Releases.md
parent27ef275d27d57331ea602c12fdc7f4b6c73f3f1a (diff)
chore: merge v1.16.4 into main (#12984)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 65390fbc1..c83bb1dab 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.16.4 / 2021.12.03
+
+- fix(core): Wake up the runtime if there are ticks scheduled (#12933)
+- fix(core): throw on invalid callConsole args (#12973) (#12974)
+- fix(ext/crypto): throw on key & op algo mismatch (#12838)
+- fix(test): Improve reliability of `deno test`'s op sanitizer with timers
+ (#12934)
+- fix(websocket): bad rid on WebSocketStream abort (#12913)
+- fix(workers): Make `worker.terminate()` not immediately kill the isolate
+ (#12831)
+
### 1.16.3 / 2021.11.24
- fix(cli): config file should resolve paths relative to the config file