diff options
| author | Weston Ganger <[email protected]> | 2021-12-29 12:00:26 -0800 |
|---|---|---|
| committer | Weston Ganger <[email protected]> | 2021-12-29 13:11:55 -0800 |
| commit | 6bc6e6303ac27ac11571760c036c244b1448aeaa (patch) | |
| tree | b0aa4f90802b49f5fcb6eb7dc53931b9364889f1 /CHANGELOG.md | |
| parent | 7aa995d58f072d2b49166d43ef44232a5086042a (diff) | |
| download | caxlsx-6bc6e6303ac27ac11571760c036c244b1448aeaa.tar.gz caxlsx-6bc6e6303ac27ac11571760c036c244b1448aeaa.zip | |
Fix Worksheet#name_to_cell bug which returned reversed row/col indexes
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a0d429..700a6b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ CHANGELOG --------- +- **Unreleased** + - Improve error messages when incorrect ranges are provided to `Worksheet#[]` + - **September.22.21**: 3.1.1 - [PR #107](https://github.com/caxlsx/caxlsx/pull/107) - Add overlap to bar charts - [PR #108](https://github.com/caxlsx/caxlsx/pull/108) - Fix gap depth and gap depth validators for bar charts and 3D bar charts |
