summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
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 be1e3896f..1949e1c4b 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.6 / 2019.01.06
+
+- Implement console.groupCollapsed (#1452)
+- Add deno.pid (#1464)
+- Add Event web API (#1059)
+- Support more fetch init body types (#1449)
+
### v0.2.5 / 2018.12.31
- Runtime argument checks (#1427 #1415)