Skip to content

Commit

Permalink
Build on modern Rubies; bump version/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Jan 4, 2020
1 parent 877e53d commit 1b9facc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
- jruby-head
matrix:
allow_failures:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# TwitterCldr Changelog

### 5.3.0 (January 4th, 2020)
* Adds support for Lao, Khmer, and Burmese.
* Adds support for dictionary-based word segmentation.
- Scripts that don't use spaces as word delimiters have to be segmented using a dictionary.
- Supported scripts now include Chinese, Japanese, Korean, Lao, Thai, Khmer, and Burmese.
* Adds Ruby 2.7 to the build matrix.

### 5.2.0 (December 1st, 2019)
* Improve performance of the text segmentation algorithm.
- Break engine now uses state tables from ICU instead of regular expressions.
- It was... embarassing how slow it was before.
* Added support for line and grapheme cluster segmentation.
* Adds support for line and grapheme cluster segmentation.

### 5.1.0 (November 21st, 2019)
* Upgrade to CLDR v36, ICU 65.1, and Emoji 12.1.
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter_cldr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# http://www.apache.org/licenses/LICENSE-2.0

module TwitterCldr
VERSION = '5.2.0'
VERSION = '5.3.0'
end

0 comments on commit 1b9facc

Please sign in to comment.