Skip to content

Commit

Permalink
changelog 0.1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Apr 22, 2016
1 parent 0626026 commit 5586197
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.1.67
======
* [PR #201](https://github.com/rust-lang-nursery/regex/pull/201):
Fix undefined behavior in the `regex!` compiler plugin macro.
* [PR #205](https://github.com/rust-lang-nursery/regex/pull/205):
More improvements to DFA performance. Competitive with RE2. See PR for
benchmarks.
* [PR #209](https://github.com/rust-lang-nursery/regex/pull/209):
Release 0.1.66 was semver incompatible since it required a newer version
of Rust than previous releases. This PR fixes that. (And `0.1.66` was
yanked.)

0.1.66
======
* Speculative support for Unicode word boundaries was added to the DFA. This
Expand Down

0 comments on commit 5586197

Please sign in to comment.