Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/text-size/CHANGELOG.md')
| -rw-r--r-- | lib/text-size/CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/text-size/CHANGELOG.md b/lib/text-size/CHANGELOG.md index 2eb012a6d9..0167599e55 100644 --- a/lib/text-size/CHANGELOG.md +++ b/lib/text-size/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 1.1.0 + +* add `TextRange::ordering` method + ## 1.0.0 :tada: -* the carate is renmaed to `text-size` from `text_unit` +* the carate is renamed to `text-size` from `text_unit` Transition table: - `TextUnit::of_char(c)` ⟹ `TextSize::of(c)` |