1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-05 11:33:15 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2024-05-13 12:47:46 -05:00
parent 1f39a0f180
commit e1cdd0f8cc

View File

@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
- Add `bundle/` module for managing packages within Janet. This should replace the jpm packaging
format eventually and is much simpler and amenable to more complicated builds.
- Add `buffer/format-at`
- Add long form command line options for readable CLI usage
- Fix bug with `net/accept-loop` that would sometimes miss connections.