Skip to content

Commit

Permalink
Merge pull request #7 from PcComponentes/feature/add-upgrade-file
Browse files Browse the repository at this point in the history
Add upgrade file
  • Loading branch information
zoilomora authored Apr 29, 2020
2 parents 4a7e865 + ad1e919 commit a44a388
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Upgrades

## 1.x to 2.0
* All exception classes has been removed.
* `SerializableTransformer` has been renamed to `JsonSerializableTransformer` and now can accept any Exception that implements `\JsonSerializable`.
* PHP 7.4 is now a requirement.
* Namespace changed from `Pccomponentes\Apixception` to `PcComponentes\Apixception`.

0 comments on commit a44a388

Please sign in to comment.