diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 9410a8b..652ee1d 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,9 +1,23 @@ +6.4.3 (2021-MM-DD) -6.4.2 (2021-04-02) +6.4.2 (2021-07-20) - Fix PHP 8.1 type error with TCPDF_STATIC::pregSplit on preg_split - Fix a PHP array offset error - Fixed phpdoc blocks - Drop a PHP 4 polyfill and add a .gitattributes file + - Added a test-suite + - Removed pointless assignments + - Fix docblock spelling error + - Update version info + - Fix color being filled to type 0 with PHP 8 + - Fix warnings for undefined tags for $lineStyle + - Normalized composer.json + - Allowed transparency in PDF/A-2 and PDF/A-3 + - Add a TCPDF composer example + - Fixed implicit conversion from float to int for PHP 8.1 + - Removed status.txt from font directories, because of filesize + - Fixed type hints + - Removed "U" modifier from regexes 6.4.1 (2021-03-27) - Update tcpdf version (no code changes)