diff --git a/serde_json_path/CHANGELOG.md b/serde_json_path/CHANGELOG.md index 0e693d1..79d8c11 100644 --- a/serde_json_path/CHANGELOG.md +++ b/serde_json_path/CHANGELOG.md @@ -11,11 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **documentation**: Improve example in Filter Selector section of main docs ([#54]) - **documentation**: Improve examples in Slice Slector section of main docs ([#55]) - **documentation**: Other improvements to documentation ([#56]) +- **fixed**: Formulate the regex used by the `match` function to correctly handle regular expressions with leading or trailing `|` characters ([#61]) [#53]: https://github.com/hiltontj/serde_json_path/pull/53 [#54]: https://github.com/hiltontj/serde_json_path/pull/54 [#55]: https://github.com/hiltontj/serde_json_path/pull/55 [#56]: https://github.com/hiltontj/serde_json_path/pull/56 +[#61]: https://github.com/hiltontj/serde_json_path/pull/61 # 0.6.2 (13 July 2023)