From f4b5eaaa29bebc9ecc06702c93ef05bdefca2d2c Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Tue, 4 Nov 2014 14:05:11 +0400 Subject: [PATCH] [FIXED] https://github.com/PHPOffice/PHPWord/issues/401 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad2d884..aa3f232c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap - "HTML is not a valid writer" exception while running "Sample_36_RTL.php" - @RomanSyroeshko GH-340 - "addShape()" magic method in AbstractContainer is mistakenly named as "addObject()" - @GMTA GH-356 - `Element\Section::setPageSizeW()` and `Element\Section::setPageSizeH()` were mentioned in the docs but not implemented. +- Special Characters (ampersand) in Title break docx output - @RomanSyroeshko GH-401 ### Deprecated