Skip to content

Commit b358727

Browse files
committed
add changelog
1 parent efe579a commit b358727

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
## [Unreleased]
1111

1212

13+
## [4.8.0] - 2025-10-23
14+
15+
### Added
16+
17+
- PHP 8.5 support
18+
19+
1320
## [4.7.1] - 2025-06-06
1421

1522
### Updated
@@ -522,6 +529,7 @@ convert a float to string (e.g. `sprintf('%.14F', $float)`) before calling the c
522529
- 2012-12-10 Renamed Money::getUnits() to Money::getAmount()
523530

524531
[Unreleased]: https://github.com/moneyphp/money/compare/v4.4.0...HEAD
532+
[4.8.0]: https://github.com/moneyphp/money/compare/v4.7.1...v4.8.0
525533
[4.7.1]: https://github.com/moneyphp/money/compare/v4.7.0...v4.7.1
526534
[4.7.0]: https://github.com/moneyphp/money/compare/v4.6.0...v4.7.0
527535
[4.6.0]: https://github.com/moneyphp/money/compare/v4.5.0...v4.6.0

0 commit comments

Comments
 (0)