1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 10:19:55 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2020-03-30 16:59:51 -05:00
parent e4ea8bc867
commit ca4a35c90a

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.8.1 - 2020-03-30
- Fix bugs for big endian systems
- Fix 1.8.0 regression on BSDs
## 1.8.0 - 2020-03-29
- Add `reduce2`, `accumulate`, and `accumulate2`.
- Add lockfiles to `jpm` via `jpm make-lockfile` and `jpm load-lockfile`.