From 065b90f6be5db295b6607b20e6ae9c51cbfe2a16 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 10 Jan 2017 08:55:16 +0100 Subject: [PATCH] clarify the changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84945d9..c7cddff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ CHANGELOG 2.0.0 ----- -* Introducing a new `Uuid` class to support both `ramsey/uuid` 2.x and 3.x. -* The type of the property `StatemendId::$id` has been changed from instance - 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` + class from the this package instead. +* The type of the `StatemendId::$id` property has been changed from an instance + of `Rhumsaa\Uuid\Uuid` to an instance of the added `Uuid` class. 1.1.0 -----