summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 5d77081bb..e7209ce7a 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,14 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.4.6 / 2020.10.10
+
+- fix: 100% CPU idling problem by reverting #7672 (#7911)
+- fix(op_crate/web): add padding on URLSearchParam (#7905)
+- fix(op_crates/fetch): Stringify and parse Request URLs (#7838)
+- refactor(core): Implement Serialize for ModuleSpecifier (#7900)
+- upgrade: Rust 1.47.0 (#7886)
+
### 1.4.5 / 2020.10.08
- feat(unstable): Revert "enable importsNotUsedAsValues by default #7413"