Update changelog.

This commit is contained in:
Calvin Rose 2020-06-15 11:54:51 -05:00
parent e2d8750625
commit 4077822e37
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
- Respect `JANET_NO_PROCESSES` define when building
- Fix `jpm` rules having multiple copies of the same dependency.
- Add `array/trim` and `buffer/trim` to shrink the backing capacity of these types
to their current length.