aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <crose@gmail.com>2021-02-15 10:21:22 -0600
committerCalvin Rose <crose@gmail.com>2021-02-15 10:21:22 -0600
commitdd14b24d2a13660253f6a81a2d60f3dec79cff7e (patch)
tree0aaf63f1c6009214abdaaecf19b6c635faae1727
parentPrepare for 1.15.1 release. (diff)
1.15.1 release.v1.15.1
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ac2a8cf..a91e951a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## Unreleased - 1.15.1
+## 1.15.1 - 2021-02-15
- Fix bug in windows version of `os/spawn` and `os/execute` with setting environment variables.
- Fix documentation typos.
- Fix peg integer reading combinators when used with capture tags.