1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-25 01:37:19 +00:00

1.15.1 release.

This commit is contained in:
Calvin Rose 2021-02-15 10:21:22 -06:00
parent 050d7c12a3
commit dd14b24d2a

View File

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