diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-10-19 10:22:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-19 10:22:48 +0200 |
| commit | f6cb47c8baa99487610471d74da6a87b1232f336 (patch) | |
| tree | 155714420a73c814ebfd9d322a0fb4f06d357d80 /CHANGELOG.md | |
| parent | 57ddee52d3208a475ba32a78f814884fd7a1cf4c (diff) | |
| parent | 964d9800117196c0494d852d84d26613c9cc89f9 (diff) | |
| download | caxlsx-f6cb47c8baa99487610471d74da6a87b1232f336.tar.gz caxlsx-f6cb47c8baa99487610471d74da6a87b1232f336.zip | |
Merge pull request #304 from kiskoza/fix-none-type-validations
Fix data validations for none type validations to show warnings only
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 7896ea61..476db005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ CHANGELOG - 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 + - [PR #304](https://github.com/caxlsx/caxlsx/pull/304) - Fix data validations for none type validations - **April.23.23**: 3.4.1 - [PR #209](https://github.com/caxlsx/caxlsx/pull/209) - Revert characters other than `=` being considered as formulas. |
