From 07a6794f91462efc248f689071e662ad0ae9c165 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Fri, 7 Mar 2014 21:51:36 +0100 Subject: [PATCH] Changelog : GH-87 : Point to twip converter, set normal paragraph style, and parent & next style for paragraph --- changelog.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index b421fab6..4a4c0c48 100755 --- a/changelog.txt +++ b/changelog.txt @@ -38,10 +38,10 @@ Changes in branch for release 0.7.1 : - Feature: (ivanlanin) GH-48 GH-86 - Paragraph: Hanging paragraph - Feature: (ivanlanin) GH-48 GH-86 - Section: Multicolumn and section break - Feature: (RomanSyroeshko) GH-46 GH-47 GH-83 - Template : Ability to apply XSL style sheet to Template +- 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) - QA: (Progi1984) - UnitTests -- Feature: (ivanlanin) - General: PHPWord_Shared_Font::pointSizeToTwips() converter -- Feature: (ivanlanin) - Paragraph: Ability to define normal paragraph style with PHPWord::setNormalStyle() -- Feature: (ivanlanin) - Paragraph: Ability to define parent style (basedOn) and style for following paragraph (next) Changes in branch for release 0.7.0 : - Bugfix: (RomanSyroeshko) GH-32 - "Warning: Invalid error type specified in ...\PHPWord.php on line 226" is thrown when the specified template file is not found