From 5adbae4f2977da8ce658dde8e7a409336bfc8dde Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Sun, 7 Sep 2014 19:07:39 +0400 Subject: [PATCH] Merge pull request #356 from GMTA/develop --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2644978..77314485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap - `add` of container should be case insensitive, e.g. `addToc` should be accepted, not only `addTOC` - @ivanlanin GH-294 - Fix specific borders (and margins) were not written correctly in word2007 writer - @pscheit GH-327 - "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 ### Deprecated