From 481b76f2bdd5cfd5daa86acf7b89f9e707f8c4ff Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 22 Feb 2020 22:46:22 -0600 Subject: [PATCH] Update CHANGELOG for version 6 UUIDs --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0209d5d..250d905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added * Add a `Type\TypeInterface` that each of the ramsey/uuid types implements. +* Support version 6 UUIDs; see . ### Changed @@ -21,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. library. When using it, a class alias prevents static analysis from complaining. * Mark `Guid\Guid` and `Nonstandard\Uuid` classes as `final`. +* Add `uuid6()` method to `UuidFactoryInterface`. ### Deprecated