1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-21 12:43:15 +00:00

Update CHANGELOG.md

This commit is contained in:
Josef Pospíšil 2024-01-17 13:58:00 +01:00 committed by GitHub
parent df5f79ff35
commit 1ba718b15e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.33.0 - 2023-01-07
## Unreleased - 2024-02-??
- Add a new (split) PEG special by @ianthehenry
- Add buffer/push-* sized int and float by @pnelson
## 1.33.0 - 2024-01-07
- Add more + and * keywords to default-peg-grammar by @sogaiu.
- Use libc strlen in janet_buffer_push_cstring by @williewillus.
- Be a bit safer with reference counting.