From d32d770888137bf781629325e16ecfc63474f7b5 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 21 Nov 2017 14:56:30 +0100 Subject: [PATCH] Add emoji support to changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a950db0..223a125 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,7 @@ version number. Breaking changes will be avoided as far as at all possible. v1.1.2 ------ * 2.0 id compatibility (thanks codl) +* Added emoji support * Media alt-text support (thanks foozmeat) * Python2 fixes (thanks ragingscholar) * General code cleanup and small fixes (thanks codl)