CHANGELOG.md in unicode-emoji-3.6.0 vs CHANGELOG.md in unicode-emoji-3.7.0
- old
+ new
@@ -1,6 +1,19 @@
# CHANGELOG
+### 3.7.0
+
+- Bump required Ruby slightly to 2.5
+- Introduce new `REGEX_POSSIBLE` which contains the regex described in
+ https://www.unicode.org/reports/tr51/#EBNF_and_Regex
+- Fix that some valid subdivisions were not decompressed (`REGEX_VALID`)
+- Be stricter about selection of tag characters in `REGEX_WELL_FORMED`
+ - Only U+E0030..U+E0039, U+E0061..U+E007A allowed
+ - Max tag sequence length
+- Use native `/\p{RI}/` regex for regional indicators
+- Separately autoload emoji list, so it can be loaded when other indexes
+ are not needed
+
### 3.6.0
- `Unicode::Emoji::REGEX_TEXT` now matches non-emoji keycaps like "3⃣" (U+0033 U+20E3)
- Minor refactorings