summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-05-14 08:58:48 +0200
committerBert Belder <bertbelder@gmail.com>2020-05-16 00:36:49 +0200
commit76a6a1ff46adde01877fbf4b874dc8d344a74f9c (patch)
tree92b5681608b6391c9720b7e287e2428df5b6d0de /Releases.md
parentaa1284ceb0f46516d04a6e29862cfc0848a6146c (diff)
Fix a bunch of spelling errors (#5314)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Releases.md b/Releases.md
index c7ecc891f..3a4563866 100644
--- a/Releases.md
+++ b/Releases.md
@@ -688,7 +688,7 @@ Read more about this release at https://deno.land/v1
- fix: Ensure DENO_DIR when saving the REPL history (#3106)
- fix: Update echo_server to new listen API (denoland/deno_std#625)
- fix: [prettier] deno fmt should format jsx/tsx files (#3118)
-- fix: [tls] op_dial_tls is not registerd and broken (#3121)
+- fix: [tls] op_dial_tls is not registered and broken (#3121)
- fix: clearTimer bug (#3143)
- fix: remote jsx/tsx files were compiled as js/ts (#3125)
- perf: eager poll async ops in Isolate (#3046, #3128)
@@ -712,7 +712,7 @@ In deno:
- fix: Implement ignoreBOM option of UTF8Decoder in text_encoding (#3040)
- fix: Support top-level-await in TypeScript (#3024)
- fix: iterators on UrlSearchParams (#3044)
-- fix: listenDefaults/dialDefaults may be overriden in some cases (#3027)
+- fix: listenDefaults/dialDefaults may be overridden in some cases (#3027)
- upgrade: V8 to 7.9.218 (#3067)
- upgrade: rust to 1.38.0 (#3030)
- chore: Migrate CI to github actions (#3052, #3056, #3049, #3071, #3076, #3070,