From d32e71f25b356c2942f8f105449ac32e6ce52380 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 15 Nov 2025 14:37:33 +1100 Subject: [PATCH] Updating release notes --- release_notes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 54b67bed..5e90417b 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,9 @@ +4.48.2: + - Strip whitespace when decoding base64 #2507 + - Upgraded to go-yaml v4! (thanks @ccoVeille, @ingydotnet) + - Add linux/loong64 to release target (thanks @znley) + - Bumped dependencies + 4.48.1: - Added 'parents' operator, to return a list of all the hierarchical parents of a node - Added 'first(exp)' operator, to return the first entry matching an expression in an array