summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-06-03 12:52:01 -0400
committerGitHub <noreply@github.com>2020-06-03 12:52:01 -0400
commit515d19d901e7e5dbc04670807a2bd1cea237e9e8 (patch)
tree6e2e943ea28e126521c1f2d7f67fed2b803e24e5 /Releases.md
parentaa39dfc62f8fc88ebb3dfb01fbc979f30557ca9a (diff)
v1.0.5
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index f06fae344..8d86ce47d 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,22 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### 1.0.5 / 2020.06.03
+
+Changes in the CLI:
+
+- fix(fetch): Support 101 status code (#6059)
+- fix: REPL BorrowMutError panic (#6055)
+- fix: dynamic import BorrowMutError (#6065)
+- upgrade: dprint 0.19.1 and swc_ecma_parser 0.24.3 (#6068)
+- upgrade: rusty_v8 0.5.0 (#6070)
+
+Changes in std version 0.56.0:
+
+- feat(std/testing): benching progress callback (#5941)
+- feat(std/encoding): add base64url module (#5976)
+- fix(std/testing/asserts): Format values in assertArrayContains() (#6060)
+
### 1.0.4 / 2020.06.02
Changes in the CLI: