* Added option to add hyperlinks to textboxes. See :ref:`textbox_hyperlink`. :feature:`419`.
1.2.4
-------------------------------
* Added option to link textbox text from a cell. See :ref:`textbox_textlink`. :feature:`516`.
* Added option to rotate text in a textbox. See :ref:`textbox_formatting_rotation`. :feature:`638`.
1.2.3
-------------------------------
* Increased allowable worksheet url length from 255 to 2079 characters, as supported in more recent versions of Excel. A lower or user defined limit can be set via the ``max_url_length`` property in the :func:`Workbook` constructor.
* Fixed several issues with hyperlinks in worksheet images.
1.2.2
-------------------------------
* Fixed Python 3.8.0 warnings. :issue:`660`.
1.2.1
---------------------------------
* Added the :func:`add_write_handler` method to allow user defined types to be handled by the :func:`write` method. See :ref:`writing_user_types` for more information. :feature:`631`.
* Add support for East Asian vertical fonts in charts. :feature:`648`.
1.2.0
------------------------------
* Refactored exception handling around the workbook file :func:`close()` method to allow exceptions to be caught and handled. See :ref:`ex_check_close`. Also refactored the code to clean up temp files in the event of an exception. :issue`471` and :issue:`647`.
* Added the option to allow chart fonts to be rotated to 270 degrees to give a stacked orientation. See :ref:`chart_fonts`. :issue:`648`.