From ecbdcada9fdc3d9ad4f59bab6aab3df887165380 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 20 Dec 2025 19:21:24 +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 7ed86b17..cd1eea55 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,10 @@ +4.51.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 + - Fixed scalar encoding for HCL + - Bumped dependencies + - Special shout out to @ccoVeille for reviewing my PRs! + 4.50.1: - Added HCL support! - Fixing handling of CRLF #2352