From 679511aaaa14796a41025a568d8a921d30c84ed4 Mon Sep 17 00:00:00 2001 From: wasinger Date: Fri, 28 Jun 2019 15:39:47 +0200 Subject: [PATCH] Prepare release 1.4.1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 127c7d7..f91efae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +1.4.1 +===== + +2019-06-28 + +- Bugfix: setText() should convert special chars. Closes #34. + + +1.4.0 +===== + +2019-05-17 + +Preparation for a smooth migration to 2.x / Symfony 4.3: +- deprecate setter use of html() and text(), +- deprecate getInnerHtml(), +- new methods setText() and getCombinedText() + 1.3.2 =====