summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-04-19 11:27:02 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-04-19 11:41:13 -0400
commit0796a8f2f75005df95ef6115a4bdf6dd66e58dc3 (patch)
treeb81520292ecd4f845f973929a0a191118ad3d7bd /Releases.md
parent5e5c8553e70cfd092cb5ce8a1c77a29fbba770bf (diff)
v0.3.8
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 34d14314f..eb1b4fdc7 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,26 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.3.8 / 2019.04.19
+
+In deno:
+
+- Async module loading (#2084 #2133)
+- core: improve tail latency (#2131)
+- third_party: upgrade rust crates
+- add custom panic handler to avoid silent failures (#2098)
+- fix absolute path resolution from remote (#2109)
+- Add deno eval subcommand (#2102)
+- fix: re-expose DomFile (#2100)
+- avoid prototype builtin hasOwnProperty (#2144)
+
+In deno_std:
+
+- Enforce HTTP/1.1 pipeline response order (deno_std#331)
+- EOL add mixed detection (deno_std#325)
+- Added read file str (deno_std#276)
+- add writeFileStr and update documentation (deno_std#340)
+
### v0.3.7 / 2019.04.11
In deno: