summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 7095e40ad..06da4cffa 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,21 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.15.3 / 2021.10.25
+
+- feat(serde_v8): StringOrBuffer (#12503)
+- feat(serde_v8): allow all values to deserialize to unit type (#12504)
+- fix(cli/dts): update std links for deprecations (#12496)
+- fix(cli/tests): flaky Deno.watchFs() tests (#12485)
+- fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525)
+- fix(core/bindings): use is_instance_of_error() instead of is_native_error()
+ (#12479)
+- fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)
+- fix(ext/websocket): prevent 'closed normally' panic (#12437)
+- fix(lsp): formatting should error on certain additional swc diagnostics
+ (#12491)
+- fix: declare web types as global (#12497)
+
### 1.15.2 / 2021.10.18
- feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)