From 1f5d6e6656a32e1cc643e5edc431e7cfeff70d70 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 20 Aug 2026 16:15:37 +1000 Subject: [PATCH] Release notes --- release_notes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 8a34b7a5..47f01274 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,7 @@ +4.53.5: + - Fixed line wrapping bug (#2824, #2823) Thanks mxey + - Bumped dependencies + 4.53.4: - Close input files after processing each one (#2796) (#2808) Thanks @MsfPablo - Fixed non string HCL string keys (#2795)