diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-21 17:47:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 17:47:25 +0200 |
| commit | 2c0e482221cd86fdbdc055c76f1c214200419946 (patch) | |
| tree | f3be68f751dbe80f69d965a611b2dfd1fc09b3cd /Releases.md | |
| parent | 90e3abe8f9aa536809e89b1e232845f3a6d7604d (diff) | |
v1.11.2
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index f27f3d6b6..2e71d677e 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,18 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.11.2 / 2021.06.21 + +- feat(unstable, lsp): quick fix actions to ignore lint errors (#10627) +- fix: add support for module es2020 to Deno.emit (#11065) +- fix: align Console to spec (#10983) +- fix: align URL / URLSearchParams to spec (#11005) +- fix: align Websocket to spec (#11010) +- fix: closing / aborting WritableStream is racy (#10982) +- fix: fetch with method HEAD should not have body (#11003) +- fix: Worker accepts specifier as URL (#11038) +- fix(lsp): do not rename in strings and comments (#11041) + ### 1.11.1 / 2021.06.15 - feat(unstable): add additional logging information in LSP (#10890) |
