Skip to content

Commit caed4a8

Browse files
committed
[GR-26781] Update unicode emoji ver from 12.0 to 12.1 (#2173)
PullRequest: truffleruby/2220
2 parents cb80fe6 + 1ae1629 commit caed4a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Compatibility:
3232
* Comment lines can be placed between fluent dot now (#2004, @ssnickolay).
3333
* Implemented `rb_make_exception`.
3434
* `**kwargs` now accept non-Symbol keys like Ruby 2.7.
35+
* Updated the Unicode Emoji version (#2173, @wildmaples).
3536

3637
Performance:
3738

lib/truffle/rbconfig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ module RbConfig
192192
'target_cpu' => host_cpu,
193193
'target_os' => host_os,
194194
'UNICODE_VERSION' => '12.0.0',
195-
'UNICODE_EMOJI_VERSION' => '12.0',
195+
'UNICODE_EMOJI_VERSION' => '12.1',
196196
'warnflags' => warnflags,
197197
}
198198

0 commit comments

Comments
 (0)