Skip to content

Commit a60b566

Browse files
authored
Update CHANGELOG.md
1 parent 807d256 commit a60b566

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 0.5.0
1+
# 0.5.2
2+
3+
- Restore `FromIterator` and `IntoIterator` impl on `Rules` (#58, thanks @drahnr!)
4+
- Add `Clone` derives on `Tokenizer` and `Rules` (and, accordingly, on their fields)
5+
6+
# 0.5.1
27

38
## Breaking changes
49

@@ -37,7 +42,7 @@ rules
3742
// a string syntax where slashes are the separator is also supported
3843
rules
3944
.select_mut(&"confused_words/confusion_due_do".try_into()?)
40-
.for_each(|rule| rule.enable());
45+
.for_each(|rule| rule.enable());
4146
```
4247

4348
# 0.4.6
@@ -136,4 +141,4 @@ for s in suggestions:
136141
# 4 16 ['was not', 'has not been'] WAS_BEEN.1 Did you mean was not or has not been?
137142
```
138143

139-
- NLPRule is parallelized by default now. Parallelism can be turned off by setting the `NLPRULE_PARALLELISM` environment variable to false.
144+
- NLPRule is parallelized by default now. Parallelism can be turned off by setting the `NLPRULE_PARALLELISM` environment variable to false.

0 commit comments

Comments
 (0)