From ff9d2acd4a0aa98a9bf6641173687d6d4d2c1a14 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 12 Jun 2025 14:53:39 +1000 Subject: [PATCH] Preparing release notes (won't release till I get back from holiday) --- release_notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 2355859d..c1d0b431 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,10 @@ +4.46.1: + - Added INI support + - Fixed 'add' operator when piped in with no data #2378, #2383, #2384 + - Fixed delete after slice problem (bad node path) #2387 Thanks @antoinedeschenes + - Bumped dependencies + + 4.45.4: - Fixing wrong map() behaviour on empty map #2359 - Bumped dependencies