Skip to content

Commit

Permalink
Prepare release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed Aug 3, 2024
1 parent cf32618 commit 4210937
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.1

- Extend annotations for `Id` and `IdList`.

## 1.2.0

- Renamed parameter `$exception` to `$otherwiseThrow` in the guard methods of `Id` and `IdList` to make it more clear what the parameter does when using named parameters.
Expand Down
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upgrade guide

## From 1.2.0 to 1.2.1

- Run Psalm to see if the new annotations find any issues know visible (make sure that all your `Id` and `IdList` classes are `final`).

## From 1.1.0 to 1.2.0

Nothing to do.
Expand Down

0 comments on commit 4210937

Please sign in to comment.