Fixed release notes - toml not released yet

This commit is contained in:
Mike Farah 2023-03-18 14:57:09 +11:00
parent 875cfdc945
commit 7305b50ffe
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
4.32.1:
- Added support for _reading_ TOML! (not output yet)
- Added divide and modulo operators (#1593) - thanks @teejaded!
- Add support for decoding base64 strings without padding (#1555) - thanks @teejaded!
- Add filter operation (#1588) - thanks @rbren!