Skip to content

Commit 720bf54

Browse files
committed
update CHANGELOG.md for v0.12.11
1 parent e4b9b6a commit 720bf54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [v0.12.11](https://github.com/itchyny/gojq/compare/v0.12.10..v0.12.11) (2022-12-24)
3+
* fix crash on assignment operators (`=`) with multiple values (`. = (0,0)`)
4+
* fix `isnormal` and `normals` functions against subnormal numbers
5+
26
## [v0.12.10](https://github.com/itchyny/gojq/compare/v0.12.9..v0.12.10) (2022-12-01)
37
* fix `break` in `try`-`catch` query (`label $x | try break $x catch .`)
48
* fix path value validation for `getpath` function (`path(getpath([[0]][0]))`)

0 commit comments

Comments
 (0)