diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 00000000..7ce6daa9 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,32 @@ +************************************************************************************** +* PHPWord +* +* Copyright (c) 2011 - 2013 PHPWord +* +* This library is free software; you can redistribute it and/or +* modify it under the terms of the GNU Lesser General Public +* License as published by the Free Software Foundation; either +* version 2.1 of the License, or (at your option) any later version. +* +* This library is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +* Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +* +* @copyright Copyright (c) 2011 - 2013 PHPWord (https://github.com/PHPOffice/PHPWord/) +* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL +* @version ##VERSION##, ##DATE## +************************************************************************************** + +Fixed in branch for release 0.7 : +- Bugfix: (RomanSyroeshko) GH-34 - PHPWord_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input +- Feature: (Progi1984) GH-1 - Implement RTF Writer +- Feature: (Progi1984) GH-2 - Implement ODT Writer +- General: (MarkBaker) - Add superscript/subscript styling in Excel2007 Writer +- General: (deds) - add indentation support to paragraphs +- General: (Progi1984) GH-27 - Support for Composer +- General: (Progi1984) - Basic CI with Travis \ No newline at end of file