From 8122c9edf2c9046f0f8a4882207ae29db2444179 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 8 Nov 2023 09:14:45 +1100 Subject: [PATCH] Release notes --- release_notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 114330be..05196f29 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,11 @@ +4.40.1: + - Added tonumber support + - Added kind operator + - Lua output fixes (#1811) - Thanks @Zash! + - Add support for Lua input (#1810) - Thanks @Zash! + - Rewrote parsing engine - yq now has its own AST! + - Bumped dependencies + 4.35.2: - Fix various typos #1798 - Fixed number parsing as float bug in JSON #1756