From b2a93930d0b488b5b3fcbc172947b3c88a36763b Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 27 Jan 2022 16:00:02 +1100 Subject: [PATCH] Preparing release notes --- release_notes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 79a0a036..75a66144 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,12 @@ +4.18.1: + - `eval` is now the _default_ command, you can leave it out + - `-` no longer needs to be specified as STDIN, unless you are also working with multiple files. + - Adding to empty maps / arrays now uses idiomatic yaml styling by default + - Fixed seg fault on bad input #1086 + - New `envsubst` operator! (thanks @sciyoshi) + - Added support for `*=`, relative multiply/merge + - Custom tag types now autocast to there actual types #933 + 4.17.2: - Fixed manpath issue (thanks @mr-pmillz)