Skip to content

Commit 7231612

Browse files
committed
chore: prepare release 4.2.0
1 parent 6c96ded commit 7231612

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2121
### Security
2222

2323

24+
## 4.2.0 - 2021-08-06
25+
26+
### Added
27+
28+
* Add `Ramsey\Uuid\Exception\UuidExceptionInterface` for all ramsey/uuid
29+
exceptions to implement. See [ramsey/uuid#340](https://github.com/ramsey/uuid/pull/340).
30+
31+
### Fixed
32+
33+
* Fix serialization of UUIDs.
34+
See [ramsey/uuid#361](https://github.com/ramsey/uuid/pull/361).
35+
36+
2437
## 4.1.1 - 2020-08-18
2538

2639
### Fixed

docs/reference/exceptions.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@
44
Exceptions
55
==========
66

7+
All exceptions in the :php:ns:`Ramsey\\Uuid` namespace implement
8+
:php:interface:`Ramsey\\Uuid\\Exception\\UuidExceptionInterface`. This provides
9+
a base type you may use to catch any and all exceptions that originate from this
10+
library.
11+
712
.. php:namespace:: Ramsey\Uuid\Exception
813
14+
.. php:interface:: UuidExceptionInterface
15+
16+
This is the interface all exceptions in ramsey/uuid must implement.
17+
918
.. php:exception:: BuilderNotFoundException
1019
1120
Extends `RuntimeException <https://www.php.net/runtimeexception>`_.

0 commit comments

Comments
 (0)