==================
Major changes
-------------
Drops support for Python < 2.5 and last version to support Python 2.5
Compatibility
-------------
Tests run on Python 2.5, 2.6, 2.7, 3.2, 3.3
Merged pull requests
--------------------
* 27 Include more metadata
* 41 Able to read files with chart sheets
* 45 Configurable Worksheet classes
* 3 Correct serialisation of Decimal
* 36 Preserve VBA macros when reading files
* 44 Handle empty oddheader and oddFooter tags
* 43 Fixed issue that the reader never set the active sheet
* 33 Reader set value and type explicitly and TYPE_ERROR checking
* 22 added page breaks, fixed formula serialization
* 39 Fix Python 2.6 compatibility
* 47 Improvements in styling
Known bugfixes
--------------
* `109 <https://bitbucket.org/openpyxl/openpyxl/issue/109>`_
* `165 <https://bitbucket.org/openpyxl/openpyxl/issue/165>`_
* `209 <https://bitbucket.org/openpyxl/openpyxl/issue/209>`_
* `112 <https://bitbucket.org/openpyxl/openpyxl/issue/112>`_
* `166 <https://bitbucket.org/openpyxl/openpyxl/issue/166>`_
* `109 <https://bitbucket.org/openpyxl/openpyxl/issue/109>`_
* `223 <https://bitbucket.org/openpyxl/openpyxl/issue/223>`_
* `124 <https://bitbucket.org/openpyxl/openpyxl/issue/124>`_
* `157 <https://bitbucket.org/openpyxl/openpyxl/issue/157>`_
Miscellaneous
-------------
Performance improvements in optimised writer
Docs updated