Skip to content

Commit 1352b28

Browse files
committed
Release v3.1.5
1 parent 0aa90fe commit 1352b28

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.1.5
4+
5+
- Cache Emoji support level for performance reasons #30, patch by @Earlopain:
6+
37
## 3.1.4
48

59
- Fix that skin tone modifiers were ignored when used in a non-ZWJ sequence

lib/unicode/display_width/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Unicode
44
class DisplayWidth
5-
VERSION = "3.1.4"
5+
VERSION = "3.1.5"
66
UNICODE_VERSION = "16.0.0"
77
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
88
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"

0 commit comments

Comments
 (0)