Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 15, 2023
1 parent e133f79 commit f7be26d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
- the `HR` country (Croatia) is now mapped to `EUR` (Euro)
- `PDOProviderConfiguration` now has a proper constructor, and its properties are no longer public
- `PDOProviderConfiguration` now throws exceptions in the constructor when configuration is invalid
- All documented union types are now strongly typed; you may only be affected if you have a custom `ExchangeRateProvider` implementation
- All documented union types are now strongly typed<sup>*</sup>

<sup>* You may be affected if you have a custom `ExchangeRateProvider` implementation (in which case you will need to update your method signature),
or if you were passing `Stringable` objects to `of()` or any of the methods internally calling `of()`, with `strict_types` enabled.
You can fix this by casting `Stringable` objects to `string` first.</sup>

## [0.7.1](https://github.com/brick/money/releases/tag/0.7.1) - 2023-01-16

Expand Down

0 comments on commit f7be26d

Please sign in to comment.