From ed4f468c97cb525cae465ff02bc47cdd7df4a32a Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 12 Oct 2025 14:33:02 +1100 Subject: [PATCH] Release notes --- release_notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 5de83a21..54b67bed 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,10 @@ +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 + - Fixed xml namespace prefixes #1730 (thanks @baodrate) + - Fixed out of range panic in yaml decoder #2460 (thanks @n471d) + - Bumped dependencies + 4.47.2: - Conversion from TOML to JSON no longer omits empty tables #2459 (thanks @louislouislouislouis) - Bumped dependencies