We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07adc87 commit 065b90fCopy full SHA for 065b90f
CHANGELOG.md
@@ -4,9 +4,12 @@ CHANGELOG
4
2.0.0
5
-----
6
7
-* Introducing a new `Uuid` class to support both `ramsey/uuid` 2.x and 3.x.
8
-* The type of the property `StatemendId::$id` has been changed from instance
9
- of `Rhumsaa\Uuid\Uuid` to instance of new `Uuid` class.
+* Introducing a new `Uuid` class that supports both `ramsey/uuid` 2.x and 3.x.
+ Applications and packages using this library should not longer refer to the
+ `Uuid` class from the `ramsey/uuid` package, but should always use the `Uuid`
10
+ class from the this package instead.
11
+* The type of the `StatemendId::$id` property has been changed from an instance
12
+ of `Rhumsaa\Uuid\Uuid` to an instance of the added `Uuid` class.
13
14
1.1.0
15
0 commit comments