CHANGELOG.md in prawn-emoji-3.1.0 vs CHANGELOG.md in prawn-emoji-3.2.0
- old
+ new
@@ -1,4 +1,21 @@
+## Master (Unreleased)
+
+## 3.2.0
+
+### Minor Enhancements
+
+ * Ruby 2.7.0 support
+ * Emoji Regex is now configurable using `Prawn::Emoji.config.regex` #30
+ ```
+ Prawn::Emoji.config.regex # => ::Unicode::Emoji::REGEX_VALID by default
+ Prawn::Emoji.config.regex = ::Unicode::Emoji::REGEX_INCLUDE_TEXT
+ ```
+
+### Bug Fixes
+
+ * Fixed: Emoji Drawer does not close the file descriptor of emoji image #31
+
## 3.1.0
### Minor Enhancements
* Update to Twemoji 12.1.3