diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-13 14:54:18 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-13 18:35:04 -0400 |
| commit | 58f0e9b9b1b53ca486ef38ae662b98cbde839248 (patch) | |
| tree | 9f3a6052ee40e91d6ce85a7207fdc59bbff500a3 /Releases.md | |
| parent | 1f8b1a587c397dd01e058820769580323a0f7330 (diff) | |
v0.15.0
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 311d29ecd..162359ab8 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,19 @@ https://github.com/denoland/deno/releases We also have one-line install commands at https://github.com/denoland/deno_install +### v0.15.0 / 2019.08.13 + +In deno: + +- feat: print cache location when no arg in deno info (#2752) +- fix: Dynamic import should respect permissions (#2764) +- fix: Propagate Url::to_file_path() errors instead of panicking (#2771) +- fix: cache paths on Windows are broken (#2760) +- fix: dynamic import base path problem for REPL and eval (#2757) +- fix: permission requirements for Deno.rename() and Deno.link() (#2737) + +In deno_std: None + ### v0.14.0 / 2019.08.09 In deno: |
