From 729ac285daf9b84c75694a3a3badda679fb6b4ed Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 14 Jan 2023 14:04:48 +1100 Subject: [PATCH] updating release notes --- release_notes.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/release_notes.txt b/release_notes.txt index 977e6cae..0b697eee 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,6 +1,9 @@ -(not yet released): - - Ownership of file now maintained in linux (thanks @vaguecoder) #1473 - - Bumped dependency versions +4.30.7: + - Fixed bug in splice operator #1511 + - Fixed value operator bug #1515 + - Fixed handling of merging null #1501 + - Ownership of file now maintained in linux (thanks @vaguecoder) #1473 + - Bumped dependency versions 4.30.6: - Fixed xml comment in array of scalars #1465