summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-11-04 17:57:16 -0500
committerRy Dahl <ry@tinyclouds.org>2019-11-04 19:46:27 -0500
commita611788834e40153ef27c8f1d6b7fd52c8a016b1 (patch)
tree0a76f967f986d03de38a241264d9249879305236 /Releases.md
parent172619445291f6bc2fbb6e3349ae3c383af32969 (diff)
v0.23.0
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index b59339ac6..69cf16ace 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,15 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.23.0 / 2019.11.04
+
+- feat: Add serveTLS and listenAndServeTLS (#3257)
+- feat: Lockfile support (#3231)
+- feat: Adds custom inspect method for URL (#3241)
+- fix: Support for deep `Map` equality with `asserts#equal` (#3236, #3258)
+- fix: Make EOF unique symbol (#3244)
+- fix: Prevent customInspect error from crashing console (#3226)
+
### v0.22.0 / 2019.10.28
- feat: Deno.listenTLS (#3152)