1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-17 02:40:00 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2020-09-20 12:03:59 -05:00
parent d1f0a13ddc
commit b91fe8be5a

View File

@ -1,7 +1,8 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. 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. - Fix `os/execute` regression on windows.
- Add :pipe option to `os/spawn`. - Add :pipe option to `os/spawn`.
- Fix docstring typos. - Fix docstring typos.