summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJosef Šimánek <[email protected]>2021-12-10 03:16:58 +0100
committerJosef Šimánek <[email protected]>2022-02-07 17:20:43 +0100
commitc027feff583a09d5d6803e666bdbfca87653329d (patch)
tree1f8367b7f7bf29bfacc2ae593d3e9870fcaaafd7 /CHANGELOG.md
parentbe9b3e6ee9dca0e0377ae8f3b14d007ad494b7e6 (diff)
downloadcaxlsx-c027feff583a09d5d6803e666bdbfca87653329d.tar.gz
caxlsx-c027feff583a09d5d6803e666bdbfca87653329d.zip
Validate name option to be non-empty string when passed.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55366dd2..bedd7ba2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@ CHANGELOG
- **Unreleased**
- [PR #75](https://github.com/caxlsx/caxlsx/pull/85) - Added manageable markers for scatter series
+ - [PR #116](https://github.com/caxlsx/caxlsx/pull/116) - Validate name option to be non-empty string when passed.
- [PR #117](https://github.com/caxlsx/caxlsx/pull/117) - Allow passing an Array of border hashes to the `border` style. Change previous behaviour where `border_top`, `border_*` styles would not be applied unless `border` style was also defined.
- [PR #122](https://github.com/caxlsx/caxlsx/pull/122) - Improve error messages when incorrect ranges are provided to `Worksheet#[]`
- [PR #123](https://github.com/caxlsx/caxlsx/pull/123) - Fix invalid xml when pivot table created with more than one column in data field. Solves [Issue #110](https://github.com/caxlsx/caxlsx/issues/110)