Skip to content

Commit

Permalink
Merge pull request #690 from cabbey/patch-1
Browse files Browse the repository at this point in the history
clarify exactly what the BC Break is
  • Loading branch information
frederikbosch committed May 18, 2022
2 parents 2fa15bb + d5670f4 commit 74f0b5e
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 74f0b5e

Please sign in to comment.