Skip to content

Commit 77eb995

Browse files
committed
update changelog
1 parent 88a94ac commit 77eb995

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
# 0.5.2
1+
# 0.6.0
2+
3+
## Fixes
4+
5+
- Fix a significant bug where text with multiple sentences would sometimes cause an error if one of the latter sentences matches some pattern (#61, #63, thanks @drahnr!).
6+
7+
## Breaking changes
8+
9+
- Remove `multiword_tags` on tokens (now part of the regular tags).
10+
- Make fields of the `Word` private and add getter methods.
11+
- `Word` constructor is now called `new` instead of `new_with_tags`.
12+
13+
## New features
14+
15+
- Adds `as_str` convenience method to multiple structs (`WordId`, `PosId`, `Word`).
16+
17+
# 0.5.3
218

319
- Restore `FromIterator` and `IntoIterator` impl on `Rules` (#58, thanks @drahnr!)
420
- Add `Clone` derives on `Tokenizer` and `Rules` (and, accordingly, on their fields)

0 commit comments

Comments
 (0)