File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## Next
4
+
5
+ - Update valid subdivisions to CLDR 47 (no changes)
6
+
3
7
## 4.0.4
4
8
5
9
- Add ` REGEX_TEXT_PRESENTATION ` to be able to match for raw default-text Emoji codepoints
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Additional features:
10
10
11
11
Emoji version: ** 16.0** (September 2024)
12
12
13
- CLDR version (used for sub-region flags): ** 46 ** (October 2024 )
13
+ CLDR version (used for sub-region flags): ** 47 ** (March 2025 )
14
14
15
15
## Gemfile
16
16
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module Unicode
4
4
module Emoji
5
5
VERSION = "4.0.4"
6
6
EMOJI_VERSION = "16.0"
7
- CLDR_VERSION = "46 "
7
+ CLDR_VERSION = "47 "
8
8
DATA_DIRECTORY = File . expand_path ( '../../../data' , __dir__ ) . freeze
9
9
INDEX_FILENAME = ( DATA_DIRECTORY + "/emoji.marshal.gz" ) . freeze
10
10
You can’t perform that action at this time.
0 commit comments