From 1ba718b15e1ed3226657b0a3da0ed4a471e6457f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Posp=C3=AD=C5=A1il?= Date: Wed, 17 Jan 2024 13:58:00 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b3ccfb..8fcdc6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.