Update changelog

This commit is contained in:
Calvin Rose 2019-05-30 19:33:09 -04:00
parent d005ac6888
commit 26513a7a16
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## Unreleased
- Add API compatibility checking for modules. This will let native modules not load
when the host program is not of a compatible version or configuration.
- Change signature of `os/execute` to be much more flexible.
## 0.6.0 - 2019-05-29
- `file/close` returns exit code when closing file opened with `file/popen`.