lib/unicode/emoji/list.rb in unicode-emoji-3.7.0 vs lib/unicode/emoji/list.rb in unicode-emoji-3.8.0
- old
+ new
@@ -1,9 +1,12 @@
# frozen_string_literal: true
module Unicode
module Emoji
+ # Contains an ordered and group list of all currently recommended Emoji (RGI/FQE)
LIST = INDEX[:LIST].freeze.each_value(&:freeze)
+
+ # Sometimes, categories change, we issue a warning in these cases
LIST_REMOVED_KEYS = [
"Smileys & People",
].freeze
end
end