diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a61a16a277..643bfecccdc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Compatibility: * Comment lines can be placed between fluent dot now (#2004, @ssnickolay). * Implemented `rb_make_exception`. * `**kwargs` now accept non-Symbol keys like Ruby 2.7. +* Updated the Unicode Emoji version (#2173, @wildmaples). Performance: diff --git a/lib/truffle/rbconfig.rb b/lib/truffle/rbconfig.rb index be907d9f6560..03e068ca081b 100644 --- a/lib/truffle/rbconfig.rb +++ b/lib/truffle/rbconfig.rb @@ -192,7 +192,7 @@ module RbConfig 'target_cpu' => host_cpu, 'target_os' => host_os, 'UNICODE_VERSION' => '12.0.0', - 'UNICODE_EMOJI_VERSION' => '12.0', + 'UNICODE_EMOJI_VERSION' => '12.1', 'warnflags' => warnflags, }