Merge pull request #356 from GMTA/develop

This commit is contained in:
Roman Syroeshko 2014-09-07 19:07:39 +04:00
parent fdbd983d14
commit 5adbae4f29
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
- `add<elementName>` 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