From 3c18d5b0354523d886252894e65e86b7a57fb063 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 1 Feb 2026 09:19:45 +1100 Subject: [PATCH] Preparing release --- release_notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index bc7bcb29..b542bb7b 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,10 @@ +4.52.2: + - Fixed bad instructions file breaking go-install (#2587) Thanks @theyoprst + - Fixed TOML table scope after comments (#2588) Thanks @tomers + - Multiply uses a readonly context (#2558) + - Fixed merge globbing wildcards in keys (#2564) + - Fixing TOML subarray parsing issue (#2581) + 4.52.1: - TOML encoder support - you can now roundtrip! #1364 - Parent now supports negative indices, and added a 'root' command for referencing the top level document