Skip to content

Commit 44c7f3a

Browse files
committed
Preparing release notes
1 parent aaf805d commit 44c7f3a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pkg/yqlib/doc/usage/lua.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cities:
4242
```
4343
then
4444
```bash
45-
yq -o=lua '.' sample.yml
45+
yq -o=lua --lua-unquoted '.' sample.yml
4646
```
4747
will output
4848
```lua
@@ -72,7 +72,7 @@ cities:
7272
```
7373
then
7474
```bash
75-
yq -o=lua '.' sample.yml
75+
yq -o=lua --lua-globals '.' sample.yml
7676
```
7777
will output
7878
```lua

release_notes.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.35.1:
2+
- Added Lua output support (Thanks @Zash)!
3+
- Added BSD checksum format (Thanks @viq)!
4+
- Bumped dependencies
5+
16
4.34.2:
27
- Bumped dependencies
38

0 commit comments

Comments
 (0)