File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 44Exceptions
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 >`_.
You can’t perform that action at this time.
0 commit comments