diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-02-24 15:29:36 -0500 |
|---|---|---|
| committer | David Sherret <dsherret@users.noreply.github.com> | 2022-02-24 17:45:39 -0500 |
| commit | 5f280662042054e8272225ef81f2be3445a6b057 (patch) | |
| tree | 71eee7da01d05241bb7a778e2ec81d4f0fadab68 /Releases.md | |
| parent | 4deefafdd1b16126351447ba63fb269b19234767 (diff) | |
1.19.1 (#13762)
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 2f3d3e528..f532d305a 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.19.1 / 2022.02.24 + +- feat(ext/ffi): Support read only global statics (#13662) +- fix(compile): Support import maps (#13756) +- fix(upgrade): move the file permission check to the beginning of the upgrade + process (#13726) +- fix(vendor): do not add absolute specifiers to scopes (#13710) + ### 1.19.0 / 2022.02.17 - feat: Add Deno.FsFile, deprecate Deno.File (#13660) |
