summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-31 15:43:23 -0500
committerRyan Dahl <ry@tinyclouds.org>2019-01-01 14:30:23 -0500
commit320577c131c8058ba0065f26119ce1ce18bc23d2 (patch)
treea46a7b2b319d132d0cd7693ee32efbbfc375f88a /Releases.md
parent68e009d1d8cdf60ac2957d6b7c56b3b447cbc81e (diff)
v0.2.5
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 8ec50444c..be1e3896f 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,13 @@ https://github.com/denoland/deno/releases
We also have a one-line install commands at
https://github.com/denoland/deno_install
+### v0.2.5 / 2018.12.31
+
+- Runtime argument checks (#1427 #1415)
+- Lazily create .mime files only with mismatch/no extension (#1417)
+- Fix FormData.name (#1412)
+- Print string with NULL '\0' (#1428)
+
### v0.2.4 / 2018.12.23
- "cargo build" support (#1369 #1296 #1377 #1379)