diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-12 14:33:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-12 08:33:18 -0400 |
| commit | 35e8bc8de65b523e082d446dc25f114ed81264a8 (patch) | |
| tree | cd49045eb04db8b21ded6a83ab7807a7cc58b3d4 /Releases.md | |
| parent | f193dde4a922131ff06f274d85351de616626704 (diff) | |
v1.0.0-rc3
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 c8f4a0e58..2dfc0760c 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.0.0-rc3 / 2020.05.12 + +- BREAKING: Remove public Rust API for the "deno" crate (#5226) +- feat(core): Allow starting isolate from snapshot bytes on the heap (#5187) +- fix: Check permissions in SourceFileFetcher (#5011) +- fix: Expose ErrorEvent globally (#5222) +- fix: Remove default --allow-read perm for deno test (#5208) +- fix: Source maps in inspector (#5223) +- fix(std/encoding/yaml): Correct exports (#5191) +- fix(plugins): prevent segfaults on windows (#5210) +- upgrade: dprint 0.17.2 (#5195) + ### 1.0.0-rc2 / 2020.05.09 - BREAKING(std): Reorg modules, mark as unstable (#5087, #5177) |
