From d93987a93a73cf4b8b8f49a9c32bf183c46785fd Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 17 Apr 2026 16:04:18 +1000 Subject: [PATCH] release notes --- release_notes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release_notes.txt b/release_notes.txt index 12983f6e..96cc6001 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,5 +1,8 @@ +4.53.2: + - Fixing release process + 4.53.1: - - Releases now signed and immutable! + - Releases and tags now signed and immutable! - Add system(command; args) operator (disabled by default) (#2640) - TOML encoder: prefer readable table sections over inline tables (#2649) - Fix TOML encoder to quote keys containing special characters (#2648)