Skip to content

Commit c4d7fa9

Browse files
committed
Add compile->build rename breaking change to CHANGELOG.
Fixes #316
1 parent 0e3485b commit c4d7fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Breaking changes for the regex API:
5252
* The `RegexBuilder` type has switched from owned `self` method receivers to
5353
`&mut self` method receivers. Most uses will continue to work unchanged, but
5454
some code may require naming an intermediate variable to hold the builder.
55+
* The `compile` method on `RegexBuilder` has been renamed to `build`.
5556
* The free `is_match` function has been removed. It is replaced by compiling
5657
a `Regex` and calling its `is_match` method.
5758
* The `PartialEq` and `Eq` impls on `Regex` have been dropped. If you relied

0 commit comments

Comments
 (0)