aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-05-29 12:19:39 -0400
committerCalvin Rose <calsrose@gmail.com>2019-05-29 12:19:39 -0400
commitba0956488d5b643c139fc032c2d3440505d3445b (patch)
treec9a7dd41de34fdfc396d75ff2079b146202f9db9
parentAdd more to util.h to help with amalg build. (diff)
Prepare for 0.6.0 releasev0.6.0
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b661d02..181271b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 0.6.0 - ??
-
+## 0.6.0 - 2019-05-29
- `file/close` returns exit code when closing file opened with `file/popen`.
- Add `os/rename`
- Update windows installer to include tools like `jpm`.