Changelog : GH-88 : Clone table rows on the fly when using a template document

This commit is contained in:
Progi1984 2014-03-07 21:59:14 +01:00
parent 3ed25886f8
commit ebb7d047d2
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ Changes in branch for release 0.7.1 :
- Feature: (ivanlanin) GH-87 - General: PHPWord_Shared_Font::pointSizeToTwips() converter
- Feature: (ivanlanin) GH-87 - Paragraph: Ability to define normal paragraph style with PHPWord::setNormalStyle()
- Feature: (ivanlanin) GH-87 - Paragraph: Ability to define parent style (basedOn) and style for following paragraph (next)
- Feature: (jeroenmoors) GH-44 GH-88 - Clone table rows on the fly when using a template document
- QA: (Progi1984) - UnitTests
Changes in branch for release 0.7.0 :