summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-10 19:25:06 +0200
committerGeremia Taglialatela <[email protected]>2023-04-10 19:25:06 +0200
commitce089bb1d6675d5a57f826a97ee86c83b8e94833 (patch)
tree91ffa3a0a20f60db05ee240c52e19b725ce4e1e0 /CHANGELOG.md
parentc5ddbe7cd9bb15e8b247e6b5a5e359d02dd5b9fe (diff)
downloadcaxlsx-ce089bb1d6675d5a57f826a97ee86c83b8e94833.tar.gz
caxlsx-ce089bb1d6675d5a57f826a97ee86c83b8e94833.zip
Fix tab color assignment
Fix #195
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 39002c80..7c7e81a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ CHANGELOG
- Fix bug when calling `worksheet.add_border("A1:B2", nil)`
- Change `BorderCreator#initialize` arguments handling
- Fix `add_border` to work with singluar cell refs
+ - [PR #196](https://github.com/caxlsx/caxlsx/pull/196) - Fix tab color reassignment
- **October.21.22**: 3.3.0
- [PR #168](https://github.com/caxlsx/caxlsx/pull/168) - Merge in the gem [`axlsx_styler`](https://github.com/axlsx-styler-gem/axlsx_styler)