summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-15 23:28:27 +0200
committerGitHub <noreply@github.com>2021-06-15 23:28:27 +0200
commitd7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe (patch)
tree4b244ce024991aee0245efef1e3082f1d57a4786 /Releases.md
parentba91a727a64d64157dd101ca8554d1c3096899b4 (diff)
v1.11.1
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index a3b380e2b..f27f3d6b6 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,23 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.11.1 / 2021.06.15
+
+- feat(unstable): add additional logging information in LSP (#10890)
+- fix: Deno.inspect should inspect the object the proxy represents rather than
+ the target of the proxy (#10977)
+- fix: early binding to dispatchEvent in workers (#10904)
+- fix: hang in Deno.serveHttp() (#10923)
+- fix: improve worker types (#10965)
+- fix: make WHATWG streams more compliant (#10967, #10970)
+- fix: poll connection after writing response chunk in Deno.serveHttp() (#10961)
+- fix: set minimum timeout to be 4 milliseconds (#10972)
+- fix(repl): Complete declarations (#10963)
+- fix(repl): Fix `undefined` result colour in cmd (#10964)
+
+Release notes for std version 0.99.0:
+https://github.com/denoland/deno_std/releases/tag/0.99.0
+
### 1.11.0 / 2021.06.08
- feat: Add FsWatcher interface (#10798)