aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-09-20 12:03:59 -0500
committerCalvin Rose <calsrose@gmail.com>2020-09-20 12:03:59 -0500
commitb91fe8be5ac4fb5bd7f1580cea53b8b1637f71c2 (patch)
tree1bf8000bceba7d69b61ae1a769557935f87b2f93
parentjanet_try macro and janet_restore function. (diff)
Update CHANGELOG.mdv1.12.2
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 636ad7fa..06340de6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 1.12.2 - 2020-09-19
+## 1.12.2 - 2020-09-20
+- Add janet\_try and janet\_restore to C API.
- Fix `os/execute` regression on windows.
- Add :pipe option to `os/spawn`.
- Fix docstring typos.