diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 5 |
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) |