1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-18 06:34:48 +00:00

Merge pull request #1360 from pepe/patch-1

This commit is contained in:
Calvin Rose 2024-01-17 11:51:59 -08:00 committed by GitHub
commit 23b0fe9f8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,11 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. 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. - Add more + and * keywords to default-peg-grammar by @sogaiu.
- Use libc strlen in janet_buffer_push_cstring by @williewillus. - Use libc strlen in janet_buffer_push_cstring by @williewillus.
- Be a bit safer with reference counting. - Be a bit safer with reference counting.