Skip to content

Commit 065b90f

Browse files
committed
clarify the changelog
1 parent 07adc87 commit 065b90f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ CHANGELOG
44
2.0.0
55
-----
66

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.
7+
* Introducing a new `Uuid` class that supports both `ramsey/uuid` 2.x and 3.x.
8+
Applications and packages using this library should not longer refer to the
9+
`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.
1013

1114
1.1.0
1215
-----

0 commit comments

Comments
 (0)