From e38663c45761308d2b18b6486efd3b808316cd72 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 2 Jul 2023 13:43:34 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccc67c8..5e55dbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## Unreleased - ??? +- Add new string escape sequences `\\a`, `\\b`, `\\?`, and `\\'`. +- Fix bug with marshalling channels +- Add `div` for floored division +- Make `div` and `mod` variadic +- Support `bnot` for integer types. +- Define `(mod x 0)` as `x` +- Add `ffi/pointer-cfunction` to convert pointers to cfunctions + ## 1.29.1 - 2023-06-19 - Add support for passing booleans to PEGs for "always" and "never" matching. - Allow dictionary types for `take` and `drop`