Skip to content

Commit

Permalink
Add compile->build rename breaking change to CHANGELOG.
Browse files Browse the repository at this point in the history
Fixes #316
  • Loading branch information
BurntSushi committed Jan 2, 2017
1 parent 0e3485b commit c4d7fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Breaking changes for the regex API:
* The `RegexBuilder` type has switched from owned `self` method receivers to
`&mut self` method receivers. Most uses will continue to work unchanged, but
some code may require naming an intermediate variable to hold the builder.
* The `compile` method on `RegexBuilder` has been renamed to `build`.
* The free `is_match` function has been removed. It is replaced by compiling
a `Regex` and calling its `is_match` method.
* The `PartialEq` and `Eq` impls on `Regex` have been dropped. If you relied
Expand Down

0 comments on commit c4d7fa9

Please sign in to comment.