Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2022-06-05 17:40:50 -05:00
parent c9f33bbde0
commit e69bbff195
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
- Add mutexes (locks) and reader-writer locks to ev module for thread coordination.
- Add `parse-all` as a generalization of the `parse` function.
- Add `os/cpu-count` to get the number of available processors on a machine