We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb80fe6 + 1ae1629 commit caed4a8Copy full SHA for caed4a8
CHANGELOG.md
@@ -32,6 +32,7 @@ Compatibility:
32
* Comment lines can be placed between fluent dot now (#2004, @ssnickolay).
33
* Implemented `rb_make_exception`.
34
* `**kwargs` now accept non-Symbol keys like Ruby 2.7.
35
+* Updated the Unicode Emoji version (#2173, @wildmaples).
36
37
Performance:
38
lib/truffle/rbconfig.rb
@@ -192,7 +192,7 @@ module RbConfig
192
'target_cpu' => host_cpu,
193
'target_os' => host_os,
194
'UNICODE_VERSION' => '12.0.0',
195
- 'UNICODE_EMOJI_VERSION' => '12.0',
+ 'UNICODE_EMOJI_VERSION' => '12.1',
196
'warnflags' => warnflags,
197
}
198
0 commit comments