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 =====