Skip to content

Commit c37a6d8

Browse files
committed
updating CHANGELOGs and fixing tests
1 parent 057d436 commit c37a6d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
4.3.0
5+
-----
6+
7+
* Added `PhpSerializer` which uses PHP's native `serialize()` and
8+
`unserialize()` to serialize messages to a transport
9+
410
4.2.0
511
-----
612

Transport/Serialization/PhpSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\Messenger\Exception\InvalidArgumentException;
1616

1717
/**
18-
* @author Ruyan Weaver<[email protected]>
18+
* @author Ryan Weaver<[email protected]>
1919
*
2020
* @experimental in 4.2
2121
*/

0 commit comments

Comments
 (0)