Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne authored and github-actions[bot] committed Sep 5, 2023
1 parent 83a06c8 commit 49e5657
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `laravel-event-sourcing` will be documented in this file:

## 7.3.8 - 2023-09-05

### What's Changed

- Added an extra rejection to prevent events being passed to invalid handlers by @27pchrisl in https://github.com/spatie/laravel-event-sourcing/pull/438

**Full Changelog**: https://github.com/spatie/laravel-event-sourcing/compare/7.3.7...7.3.8

## 7.3.7 - 2023-08-24

### What's Changed
Expand Down Expand Up @@ -257,6 +265,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file:




```
## 6.0.0 - 2021-??-??

Expand Down Expand Up @@ -287,6 +296,7 @@ All notable changes to `laravel-event-sourcing` will be documented in this file:




```
## 5.0.8 - 2021-11-17

Expand Down Expand Up @@ -555,6 +565,7 @@ class MyProjector extends Projector





```
Note that `__invoke` in projectors and reactors works the same way, it's automatically registered based on the type hinted event.
Expand Down Expand Up @@ -598,6 +609,7 @@ public function up()





```
**Note**: if you run this migration, all aggregate roots using `$allowConcurrency` will not work any more.
Expand Down

0 comments on commit 49e5657

Please sign in to comment.