diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-10-19 10:20:06 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-19 10:20:06 +0200 |
| commit | 57ddee52d3208a475ba32a78f814884fd7a1cf4c (patch) | |
| tree | aac658180174ec8f5eaed285e21d8d312e567456 /CHANGELOG.md | |
| parent | d6a3d5a65d070bf6083be1c01aa099b58d6e3464 (diff) | |
| parent | 86393121fdd30dacf5b54eb64ac30be493405376 (diff) | |
| download | caxlsx-57ddee52d3208a475ba32a78f814884fd7a1cf4c.tar.gz caxlsx-57ddee52d3208a475ba32a78f814884fd7a1cf4c.zip | |
Merge pull request #269 from kiskoza/221-icon-set-improvements
Add optional interpolation points to icon sets
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d09e3196..7896ea61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ CHANGELOG - 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. - [PR #189](https://github.com/caxlsx/caxlsx/pull/189) - Make `Axlsx::escape_formulas` true by default to mitigate [Formula Injection](https://www.owasp.org/index.php/CSV_Injection) vulnerabilities. + - [PR #269](https://github.com/caxlsx/caxlsx/pull/269) - Add optional interpolation points to icon sets - **April.23.23**: 3.4.1 - [PR #209](https://github.com/caxlsx/caxlsx/pull/209) - Revert characters other than `=` being considered as formulas. |
