Release 0.9.6 - Dec 26 2016
---------------------------
* Fix for table with data but without a header.
* Add a warning when the number of series in a chart exceeds Excel's limit
of 255.
Release 0.9.5 - Dec 24 2016
---------------------------
* Fix for missing `remove_timezone` option in Chart class.
Release 0.9.4 - Dec 2 2016
--------------------------
* Added user definable removal of timezones in datetimes. See the
:func:`Workbook` constructor option ``remove_timezone`` and :ref:`Timezone
Handling in XlsxWriter <timezone_handling>`.
* Fix duplicate header warning in :func:`add_table` when there is only one
user defined header.
* Fix for `center_across` property in :func:`add_format`.
Release 0.9.2 - June 13 2016
---------------------------
* Added workbook :func:`set_size` method to set the workbook
window size.
Release 0.9.1 - June 8 2016
---------------------------
* Added font support to chart :func:`set_table`.
* Documented used of font rotation in chart :ref:`data labels
<chart_series_option_data_labels>`.
Release 0.9.0 - June 7 2016
---------------------------
* Added :ref:`trendline properties
<chart_series_option_trendline>`:
``intercept``, ``display_equation`` and ``display_r_squared``.
Release 0.8.9 - June 1 2016
---------------------------
* Fix for :func:`insert_image` issue when handling images with
zero dpi.
Release 0.8.8 - May 31 2016
---------------------------
* Added workbook :func:`set_custom_property` method to set custom
document properties.
* Fix for issue when inserting read-only images on Windows.
* Added :func:`get_worksheet_by_name()` method to allow the
retrieval of a worksheet from a workbook via its name.
* Fixed issue where internal file creation and modification dates
where in the local timezone instead of UTC.
Release 0.8.4 - January 16 2016
-------------------------------
* Fix for :func:`write_url` exception when the URL contains two ``#``
location/anchors. Note, URLs like this aren't strictly valid and cannot be
entered manually in Excel.
Issue `#330 <https://github.com/jmcnamara/XlsxWriter/issues/330>`_.
Release 0.8.3 - January 14 2016
-------------------------------
* Added options to configure chart axis tick placement. See :func:`set_x_axis()`.
Release 0.8.2 - January 13 2016
-------------------------------
* Added transparency option to solid fill colors in chart areas
(:ref:`chart_formatting_fill`).
Feature request `#298 <https://github.com/jmcnamara/XlsxWriter/issues/298>`_.
Release 0.8.1 - January 12 2016
-------------------------------
* Added option to set chart tick interval.
Feature request `#251 <https://github.com/jmcnamara/XlsxWriter/issues/251>`_.
Release 0.8.0 - January 10 2016
-------------------------------
* Added additional documentation on :ref:`working_with_formulas`.
Release 0.7.9 - January 9 2016
------------------------------
* Added chart pattern fills, see :ref:`chart_formatting_pattern` and
:ref:`ex_chart_pattern`.
Feature request `#268 <https://github.com/jmcnamara/XlsxWriter/issues/268>`_.