Performance improvement for #513.

This commit is contained in:
Roman Syroeshko 2015-06-02 22:18:07 +03:00
parent 1cd4fbf5ae
commit 1383cefec6

View File

@ -11,7 +11,7 @@ Place announcement text here.
### Changes ### Changes
- Improved error message for the case when ``autoload.php`` is not found. - @RomanSyroeshko #371 - Improved error message for the case when ``autoload.php`` is not found. - @RomanSyroeshko #371
- Changed visibility of all private properties and methods of ``TemplateProcessor`` to ``protected``. - RomanSyroeshko #498 - Changed visibility of all private properties and methods of ``TemplateProcessor`` to ``protected``. - RomanSyroeshko #498
- Improved performance of ``TemplateProcessor::setValue()``. - @RomanSyroeshko #513 - Improved performance of ``TemplateProcessor::setValue()``. - @RomanSyroeshko @nicoSWD #513
- Renamed ``align`` option of ``Paragraph`` style into ``alignment``. Note: accessor and mutator methods are renamed too. - @RomanSyroeshko - Renamed ``align`` option of ``Paragraph`` style into ``alignment``. Note: accessor and mutator methods are renamed too. - @RomanSyroeshko
### Bugfixes ### Bugfixes