Skip to content

Commit

Permalink
Add breaking change to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 15, 2023
1 parent 47bef01 commit c32aed9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ All notable changes to this project will be documented in this file.
💥 **Breaking changes**

- Minimum PHP version is now 8.0
- Methods accepting a union of types are now strongly typed<sup>†</sup>
- `MathException` now extends `Exception` instead of `RuntimeException`

<sup>†</sup>You may now run into type errors 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 the `Stringable` object to a string
first.

## [0.10.2](https://github.com/brick/math/releases/tag/0.10.2) - 2022-08-11

👌 **Improvements**
Expand Down

0 comments on commit c32aed9

Please sign in to comment.