From d5670f41c1e0b5ed69622dc27f7f2c104d5cda86 Mon Sep 17 00:00:00 2001 From: Chris Abbey <522147+cabbey@users.noreply.github.com> Date: Thu, 21 Apr 2022 11:11:29 -0700 Subject: [PATCH] clarify exactly what the BC Break is strings are still accepted for the first parameter --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b957cbf..fb2e77e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,9 +77,9 @@ convert a float to string (e.g. `sprintf('%.14F', $float)`) before calling the c ### Removed -- **[BC break]** Removed PhpCalculator +- **[BC break]** Removed `PhpCalculator` - **[BC break]** Removed `Currency#isAvailableWithin()` -- **[BC break]** Removed string as allowed parameter for `MoneyParser#parse` +- **[BC break]** Removed string as allowed type for second parameter to `MoneyParser#parse`, only Currency objects are accepted now - **[BC break]** Completely remove float usage, methods now return numeric-strings