regex v1.4.0 Release Notes

Release Date: 2020-10-11 // over 3 years ago
  • ๐Ÿ“š This releases has a few minor documentation fixes as well as some very minor API additions. The MSRV remains at Rust 1.28 for now, but this is intended to increase to at least Rust 1.41.1 soon.

    ๐Ÿš€ This release also adds support for OSS-Fuzz. Kudos to @DavidKorczynski for doing the heavy lifting for that!

    ๐Ÿ†• New features:

    ๐Ÿ› Bug fixes:

    • BUG #694: Fix doc example for Replacer::replace_append.
    • BUG #698: Clarify docs for s flag when using a bytes::Regex.
    • BUG #711: Clarify is_match docs to indicate that it can match anywhere in string.