regex v1.1.8 Release Notes

Release Date: 2019-07-04 // over 4 years ago
  • ๐Ÿš€ This release contains a few small internal refactorings. One of which fixes an instance of undefined behavior in a part of the SIMD code.

    ๐Ÿ› Bug fixes:

    • BUG #545: Improves error messages when a repetition operator is used without a number.
    • BUG #588: Removes use of a repr(Rust) union used for type punning in the Teddy matcher.
    • BUG #591: Update docs for running benchmarks and improve failure modes.