Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2020-09-20 12:03:59 -05:00
parent d1f0a13ddc
commit b91fe8be5a
1 changed files with 2 additions and 1 deletions

View File

@ -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.