Skip to content

Commit

Permalink
Add character class escaping change
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Dec 22, 2023
1 parent 2d63395 commit 1fab2c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ with the exception that 0.x versions can break between minor versions.
### Changed
- Switch from regex crate to regex-automata and regex-syntax (lower level APIs)
to simplify internals (#121)
- Allow escaping some letters in character classes, e.g. `[\A]` used to error
but now matches the same as `[A]` (for compatibility with Oniguruma)
- MSRV (minimum supported Rust version) is now 1.66.1 (from 1.61.0)
### Fixed
- Fix index out of bounds panic when parsing unclosed `(?(` (#125)
Expand Down

0 comments on commit 1fab2c7

Please sign in to comment.