1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

fix Releases.md (#7883)

This commit is contained in:
Bartek Iwańczuk 2020-10-09 19:05:50 +02:00 committed by GitHub
parent 265c25754b
commit 9731cbc288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -160,7 +160,7 @@ jobs:
if: |
matrix.kind == 'test_release' ||
matrix.kind == 'bench'
run: cargo build --release --locked --all-targets
run: cargo build --release --locked --all-targets -vv
- name: Build debug
if: matrix.kind == 'test_debug'

View file

@ -6,13 +6,12 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
### 1.4.4 / 2020.10.03
### 1.4.5 / 2020.10.08
- feat(unstable): Revert "enable importsNotUsedAsValues by default #7413"
(#7800)
- fix: Update worker types to better align to lib.dom.d.ts (#7843)
- fix(cli/ops/fs): Don't force Windows paths separate paths with forward slash
(#7833)
- fix(cli/ops/fs): Preserve Windows path separators in Deno.realPath() (#7833)
- fix(cli/rt/console): Don't require a prototype to detect a class instance
(#7869)
- fix(cli/rt/error_stack): Improve message line formatting (#7860)