summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-23 17:14:34 -0400
committerGitHub <noreply@github.com>2020-03-23 17:14:34 -0400
commitb924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d (patch)
treea1387e779f0ae3b743ba9a3fff9ee1cff71935bd /Releases.md
parent449dbe5272aef429067abe3226d30f640fd3bac3 (diff)
v0.37.1
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 9141eae0a..9feea37cd 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,10 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.37.1 / 2020.03.23
+
+- fix: Statically link the C runtime library on Windows (#4469)
+
### v0.37.0 / 2020.03.23
- BREAKING CHANGE: FileInfo.len renamed to FileName.size (#4338)