Preparing release notes

This commit is contained in:
Mike Farah 2022-01-27 16:00:02 +11:00
parent dedd1ca892
commit b2a93930d0
1 changed files with 9 additions and 0 deletions

View File

@ -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: 4.17.2:
- Fixed manpath issue (thanks @mr-pmillz) - Fixed manpath issue (thanks @mr-pmillz)