summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrikweelvoormedia <[email protected]>2023-08-15 09:30:15 +0200
committerGitHub <[email protected]>2023-08-15 09:30:15 +0200
commitc71a735991b3ab1bf8f5ead894476898e70c7700 (patch)
tree8014880fb5f1ec3835bf847b0af781c7b10336d5 /CHANGELOG.md
parent8a8a256602283debc7b116ab11a2cf64ba56222c (diff)
downloadcaxlsx-c71a735991b3ab1bf8f5ead894476898e70c7700.tar.gz
caxlsx-c71a735991b3ab1bf8f5ead894476898e70c7700.zip
Added sorting to the AutoFilter class - add sort conditions to the xml (#286)
--------- Co-authored-by: SarahVanHaute <[email protected]> Co-authored-by: Geremia Taglialatela <[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 c7e0fc8b..67ca1cfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ CHANGELOG
- Remove ability to set `u=` to true in favor of using :single or one of the other underline options
- Fix `Workbook#sheet_by_name` not returning sheets with encoded characters in the name
- Raise exception if `axlsx_styler` gem is present as its code was merged directly into `caxlsx` in v3.3.0
+ - Add 'SortState' and 'SortCondition' classes to the 'AutoFilter' class to add sorting to the generated file.
- **April.23.23**: 3.4.1
- [PR #209](https://github.com/caxlsx/caxlsx/pull/209) - Revert characters other than `=` being considered as formulas.