From a467fea83de444c3ec96f2c5628ab6f6512d8180 Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 1 Sep 2022 22:11:44 +0900 Subject: [PATCH] update CHANGELOG.md for v0.12.9 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ad1d7e..39e5a49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## [v0.12.9](https://github.com/itchyny/gojq/compare/v0.12.8..v0.12.9) (2022-09-01) +* fix `fromjson` to emit error on unexpected trailing string +* fix path analyzer on variable argument evaluation (`def f($x): .y; path(f(.x))`) +* fix raw input option `--raw-input` (`-R`) to keep carriage returns and support 64KiB+ lines + ## [v0.12.8](https://github.com/itchyny/gojq/compare/v0.12.7..v0.12.8) (2022-06-01) * implement `gojq.Compare` for comparing values in custom internal functions * implement `gojq.TypeOf` for obtaining type name of values in custom internal functions