Updating release notes for next release

This commit is contained in:
Mike Farah 2022-02-04 09:27:43 +11:00
parent d00153de71
commit de38abb121

View File

@ -1,3 +1,7 @@
4.19.1:
- New [eval](https://mikefarah.gitbook.io/yq/operators/eval) _operator_ that allows dynamic expression evaluation (e.g. from a env variable) (#1087)
- Adding new elements to array now automatically applies styling of existing elements (#722)
4.18.1:
- `eval` is now the _default_ command, you can leave it out #113
- `-` no longer needs to be specified as STDIN, unless you are also working with multiple files. #113