regex v1.1.4 Release Notes

Release Date: 2019-03-31 // about 5 years ago
  • ๐Ÿš€ This release fixes a backwards compatibility regression where Regex was no โฌ†๏ธ longer UnwindSafe. This was caused by the upgrade to aho-corasick 0.7, whose ๐Ÿ›  AhoCorasick type was itself not UnwindSafe. This has been fixed in aho-corasick 0.7.4, which we now require.

    ๐Ÿ› Bug fixes:

    • BUG #568: Fix an API regression where Regex was no longer UnwindSafe.