Skip to content

Commit e9aa2ad

Browse files
committed
minor symfony#59715 Fix DeduplicateMiddleware changelog (VincentLanglet)
This PR was merged into the 7.3 branch. Discussion ---------- Fix DeduplicateMiddleware changelog Hi `@fabpot` I forgot to update the changelog, but https://github.com/symfony/symfony/pull/54141/files was merged on 7.3. Commits ------- 77cf0b4 Fix DeduplicateMiddleware changelog
2 parents 52040af + 77cf0b4 commit e9aa2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ CHANGELOG
55
---
66

77
* Add `SentForRetryStamp` that identifies whether a failed message was sent for retry
8+
* Add `Symfony\Component\Messenger\Middleware\DeduplicateMiddleware` and `Symfony\Component\Messenger\Stamp\DeduplicateStamp`
89

910
7.2
1011
---
1112

12-
* Add `Symfony\Component\Messenger\Middleware\DeduplicateMiddleware` and `Symfony\Component\Messenger\Stamp\DeduplicateStamp`
1313
* Add `$previous` to the exception output at the `messenger:failed:show` command
1414
* `WrappedExceptionsInterface` now extends PHP's `Throwable` interface
1515
* Add `#[AsMessage]` attribute with `$transport` parameter for message routing

0 commit comments

Comments
 (0)