From 9f355b93a21128eb1df582b2cf5e651ac49a5999 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 26 Sep 2023 14:46:44 +1000 Subject: [PATCH] Release notes --- release_notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index ff0f939cf7..114330be86 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,10 @@ +4.35.2: + - Fix various typos #1798 + - Fixed number parsing as float bug in JSON #1756 + - Fixed string, null concatenation consistency #1712 + - Fixed expression parsing issue #1711 + - Bumped dependencies + 4.35.1: - Added Lua output support (Thanks @Zash)! - Added BSD checksum format (Thanks @viq)!