summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-01-03 08:35:17 -0500
committerRy Dahl <ry@tinyclouds.org>2020-01-03 09:04:04 -0500
commita61966a243cd5d09031fabd9a572a75aab8d2da8 (patch)
tree66cb4d02b339c75544fe6414cea12a130daa58cb /Releases.md
parent5e61af744789d068f4caf313a4e980c63a6c97fe (diff)
v0.28.1
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 77242cda4..59c3e53b8 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,11 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.28.1 / 2020.01.03
+
+- feat(http): make req.body a Reader (#3575)
+- fix: dynamically linking to OpenSSL (#3586)
+
### v0.28.0 / 2020.01.02
- feat: Add Deno.dir("executable") (#3526)