Update Changelog for setPageSizeW and setPageSizeH

This commit is contained in:
Spike Ilacqua 2014-10-02 11:06:14 -06:00
parent cea15f3d23
commit 112712012e
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
- Fix specific borders (and margins) were not written correctly in word2007 writer - @pscheit GH-327 - 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 - "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 - "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.
### Deprecated ### Deprecated