Skip to content

Commit

Permalink
Update CHANGELOG.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
brunerd authored Nov 6, 2023
1 parent 5f43026 commit c008a18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Change Log

### v1.0.9
* Fixed issue with the [JSONPath engine](https://github.com/brunerd/jsonpath) that caused members named `values` with an array as the value, to return malformed paths ending in a `[NaN]`

### v1.0.8
* `OPTIND` and `OPTARG` now declared as **local** variables within `jpt` due to issues when embedded in `bash` scripts which uses global variables for them that are not sanitized within functions as it is for `zsh`

Expand Down

0 comments on commit c008a18

Please sign in to comment.