We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa90fe commit 1352b28Copy full SHA for 1352b28
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 3.1.5
4
+
5
+- Cache Emoji support level for performance reasons #30, patch by @Earlopain:
6
7
## 3.1.4
8
9
- Fix that skin tone modifiers were ignored when used in a non-ZWJ sequence
lib/unicode/display_width/constants.rb
@@ -2,7 +2,7 @@
module Unicode
class DisplayWidth
- VERSION = "3.1.4"
+ VERSION = "3.1.5"
UNICODE_VERSION = "16.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
0 commit comments