summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWeston Ganger <[email protected]>2022-02-05 15:39:05 -0800
committerGitHub <[email protected]>2022-02-06 00:39:05 +0100
commit196862524f94c58b1521ef84a6cf0397b411a685 (patch)
tree43903550e4eca508449f48026e9429474d2e75ad /CHANGELOG.md
parentd3cf7bca5728b166c7643ad839efeba60ed0e256 (diff)
downloadcaxlsx-196862524f94c58b1521ef84a6cf0397b411a685.tar.gz
caxlsx-196862524f94c58b1521ef84a6cf0397b411a685.zip
Allow border style to accept an Array (#117)
Co-authored-by: Noel Peden <[email protected]>
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 6e5604fa..3e642869 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ CHANGELOG
---------
- **Unreleased**
+ - [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)