2021-12-04 16:03:29 +00:00
committed by Git OBS Bridge
parent 446d266ba6
commit 1720eede96
6 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 4 15:57:33 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to v1.16.4:
* fix(core): Wake up the runtime if there are ticks scheduled (#12933)
* fix(core): throw on invalid callConsole args (#12973)
* 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)
-------------------------------------------------------------------
Thu Nov 25 15:10:46 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>