Skip to content

Commit

Permalink
clarify exactly what the BC Break is
Browse files Browse the repository at this point in the history
strings are still accepted for the first parameter
  • Loading branch information
cabbey authored Apr 21, 2022
1 parent 2fa15bb commit d5670f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit d5670f4

Please sign in to comment.