From 50ddfd15b2be01d4bed3bcb0c975a6af5f78a183 Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Wed, 22 Nov 2023 10:46:30 +0100 Subject: [PATCH] add changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828d7c1b..250d81ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.3.0] - 2023-11-22 + +### Added + +- Support for PHP 8.3 +- Allow divisor in mod to be a number as well + +### Removed + +- PHPSpec tests, we are using PHPUnit only now + + ## [4.2.0] - 2023-08-16 ### Added @@ -468,6 +480,7 @@ convert a float to string (e.g. `sprintf('%.14F', $float)`) before calling the c - 2012-12-10 Renamed Money::getUnits() to Money::getAmount() [Unreleased]: https://github.com/moneyphp/money/compare/v4.1.1...HEAD +[4.3.0]: https://github.com/moneyphp/money/compare/v4.2.0...v4.3.0 [4.2.0]: https://github.com/moneyphp/money/compare/v4.1.1...v4.2.0 [4.1.1]: https://github.com/moneyphp/money/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/moneyphp/money/compare/v4.0.5...v4.1.0