From ad1ae416d364a4b44c8e9701b88a46c4bdba3937 Mon Sep 17 00:00:00 2001 From: Vincent DURMONT Date: Sun, 22 May 2016 11:51:08 -0700 Subject: [PATCH] Release v3.1.2 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- emoji-table-generator/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc086de..b22725b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.1.2 + +- Additions and updates to the emoji database (victory hand now supports fitzpatrick, adds Saint Vincent Grenadines' flag, add the regional indicator symbols). Thanks Daniel! +- Force the database to be loaded in UTF-8. +- Enable the extension of the `EmojiParser` class. + ## v3.1.1 - Add the ability to provide a custom `EmojiTransformer` that will enable developers to add their custom emoji replacement methods. Thanks @freva ! diff --git a/README.md b/README.md index d2eb7b32..3aeb8443 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ com.vdurmont emoji-java - 3.1.1 + 3.1.2 ``` @@ -23,7 +23,7 @@ You can also download the project, build it with `mvn clean install` and add the ##### Via Gradle: ```gradle -compile 'com.vdurmont:emoji-java:3.1.1' +compile 'com.vdurmont:emoji-java:3.1.2' ``` ## How to use it? diff --git a/emoji-table-generator/pom.xml b/emoji-table-generator/pom.xml index f9fd29c2..36201f7d 100644 --- a/emoji-table-generator/pom.xml +++ b/emoji-table-generator/pom.xml @@ -18,7 +18,7 @@ com.vdurmont emoji-java - 3.1.1 + 3.1.2 diff --git a/pom.xml b/pom.xml index 0ab2e35c..e5a39cad 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.vdurmont emoji-java - 3.1.1 + 3.1.2 jar emoji-java