diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9aa19f2a..4e36a8d4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org). Thia is always true of the master branch. Some earlier branches remain supported and security fixes are applied to them; if the security fix represents a breaking change, it may have to be applied as a minor or patch version. -## TBD - 5.2.0 +## TBD - 5.3.0 ### Added -- Option to display numbers with less precision. [Issue #4626](https://github.com/PHPOffice/PhpSpreadsheet/issues/4626) [PR #4640](https://github.com/PHPOffice/PhpSpreadsheet/pull/4640) -- Offer Tcpdf Interface which throws exception rather than die. [PR #4666](https://github.com/PHPOffice/PhpSpreadsheet/pull/4666) -- Xls Reader ListWorksheetDimensions method. [PR #4689](https://github.com/PHPOffice/PhpSpreadsheet/pull/4689) +- Nothing yet. ### Removed @@ -27,6 +25,23 @@ and this project adheres to [Semantic Versioning](https://semver.org). Thia is a ### Deprecated +- Nothing yet. + +### Fixed + +- Nothing yet. + +## 2025-10-25 - 5.2.0 + +### Added + +- This release should be usable with Php8.5 Release Candidates without deprecation messages. +- Option to display numbers with less precision. [Issue #4626](https://github.com/PHPOffice/PhpSpreadsheet/issues/4626) [PR #4640](https://github.com/PHPOffice/PhpSpreadsheet/pull/4640) +- Offer Tcpdf Interface which throws exception rather than die. [PR #4666](https://github.com/PHPOffice/PhpSpreadsheet/pull/4666) +- Xls Reader ListWorksheetDimensions method. [PR #4689](https://github.com/PHPOffice/PhpSpreadsheet/pull/4689) + +### Deprecated + - Worksheet::getHashInt serves no useful purpose. No replacement. - Spreadsheet::getId serves no useful purpose. No replacement. diff --git a/composer.json b/composer.json index 5892d38e39..d26157ea56 100644 --- a/composer.json +++ b/composer.json @@ -92,7 +92,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "dev-main", "dompdf/dompdf": "^2.0 || ^3.0", "friendsofphp/php-cs-fixer": "^3.2", - "mitoteam/jpgraph": "^10.3", + "mitoteam/jpgraph": "^10.5", "mpdf/mpdf": "^8.1.1", "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^1.1 || ^2.0", diff --git a/composer.lock b/composer.lock index 9e066c9bab..c1888792cd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7a4ca251627b716522de7a812d14730b", + "content-hash": "edd3264dbc059d6dd8fd54b4ef139842", "packages": [ { "name": "composer/pcre",