1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-04 20:08:04 +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

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.