summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-21 19:43:52 +0100
committerGitHub <noreply@github.com>2023-12-21 18:43:52 +0000
commit760af934d9b4bf8d0ab7f47263dd7cb9675db7a5 (patch)
tree3ebd62d55907cef8d4162128edcf3dd47ed6d47d /Releases.md
parent26cf06ed9f5c0ffa42afff3dbe29533ddcb2fbf7 (diff)
chore: forward v1.39.1 commit to main (#21667) (#21671)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 53a5cfce6..46e5d5bdc 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,28 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.39.1 / 2023.12.21
+
+- fix(bench): added group banner to bench output. (#21551)
+- fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
+- fix(coverage): add default coverage include dir (#21625)
+- fix(coverage): error if no files found (#21615)
+- fix(devcontainer): moved settings to customizations/vscode (#21512)
+- fix(ext/napi): don't close handle scopes in NAPI as the pointers are invalid
+ (#21629)
+- fix(jupyter): Deno.test() panic (#21606)
+- fix(lsp): apply specifier rewrite to CompletionItem::text_edit (#21564)
+- fix(net): remove unstable check for unix socket listen (#21592)
+- fix(node): add crypto.pseudoRandomBytes (#21649)
+- fix(node): child_process IPC on Windows (#21597)
+- fix(node): child_process kill cancel pending IPC reads (#21647)
+- fix(node): return false from vm.isContext (#21568)
+- fix(node): support resolving a package.json import to a builtin node module
+ (#21576)
+- fix(repl): remove stray debug log (#21635)
+- fix: prompts when publishing (#21596)
+- fix: urls for publishing (#21613)
+
### 1.39.0 / 2023.12.13
- Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)