From ebb7d047d2ead55944f8ffe47b261fcfec9f19c2 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Fri, 7 Mar 2014 21:59:14 +0100 Subject: [PATCH] Changelog : GH-88 : Clone table rows on the fly when using a template document --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 4a4c0c48..6a0b1b8b 100755 --- a/changelog.txt +++ b/changelog.txt @@ -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 :