Preparing release notes

This commit is contained in:
Mike Farah 2023-08-11 13:52:50 +10:00
parent aaf805d893
commit 44c7f3aec3
2 changed files with 7 additions and 2 deletions

View File

@ -42,7 +42,7 @@ cities:
```
then
```bash
yq -o=lua '.' sample.yml
yq -o=lua --lua-unquoted '.' sample.yml
```
will output
```lua
@ -72,7 +72,7 @@ cities:
```
then
```bash
yq -o=lua '.' sample.yml
yq -o=lua --lua-globals '.' sample.yml
```
will output
```lua

View File

@ -1,3 +1,8 @@
4.35.1:
- Added Lua output support (Thanks @Zash)!
- Added BSD checksum format (Thanks @viq)!
- Bumped dependencies
4.34.2:
- Bumped dependencies