diff options
| author | Stefan Daschek <[email protected]> | 2019-12-15 18:30:46 +0100 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2019-12-15 18:30:46 +0100 |
| commit | 8cc722d23d6c4abb2a9cd60ed076e40ab7897450 (patch) | |
| tree | 0752aaf3e824c7db80f33023587d7e3b25de05dd | |
| parent | 19b48592bb241bcc40057cbfafd9058d9b0d9a87 (diff) | |
| download | caxlsx-8cc722d23d6c4abb2a9cd60ed076e40ab7897450.tar.gz caxlsx-8cc722d23d6c4abb2a9cd60ed076e40ab7897450.zip | |
Fix typo.
See https://github.com/randym/axlsx/pull/617
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ce0810..720fa9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ CHANGELOG Please be sure that you will never have <, >, etc in your content or the XML will be invalid. - Rewrote cell serialization to improve performance - Added iso_8601 type to support text based date and time management. - - Bug fix for relationahip management in drawings when you add images + - Bug fix for relationship management in drawings when you add images and charts to the same worksheet drawing. - Added outline_level_rows and outline_level_columns to worksheet to simplify setting up outlining in the worksheet. - Added support for pivot tables |
