File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
21
### Security
22
22
23
23
24
+ ## [ 4.0.0-beta2] - 2020-03-01
25
+
26
+ ## Added
27
+
28
+ * Add missing convenience methods for ` Rfc4122\UuidV2 ` .
29
+ * Add ` Provider\Node\StaticNodeProvider ` to assist in setting a custom static
30
+ node value with the multicast bit set for version 1 UUIDs.
31
+
32
+ ## Changed
33
+
34
+ * ` Provider\NodeProviderInterface::getNode() ` now returns ` Type\Hexadecimal `
35
+ instead of ` string|false|null ` .
36
+
37
+
24
38
## [ 4.0.0-beta1] - 2020-02-27
25
39
26
40
### Added
@@ -898,7 +912,8 @@ versions leading up to this release.*
898
912
[ ramsey/uuid-doctrine ] : https://github.com/ramsey/uuid-doctrine
899
913
[ ramsey/uuid-console ] : https://github.com/ramsey/uuid-console
900
914
901
- [ unreleased ] : https://github.com/ramsey/uuid/compare/4.0.0-beta1...HEAD
915
+ [ unreleased ] : https://github.com/ramsey/uuid/compare/4.0.0-beta2...HEAD
916
+ [ 4.0.0-beta2 ] : https://github.com/ramsey/uuid/compare/4.0.0-beta1...4.0.0-beta2
902
917
[ 4.0.0-beta1 ] : https://github.com/ramsey/uuid/compare/4.0.0-alpha5...4.0.0-beta1
903
918
[ 4.0.0-alpha5 ] : https://github.com/ramsey/uuid/compare/4.0.0-alpha4...4.0.0-alpha5
904
919
[ 4.0.0-alpha4 ] : https://github.com/ramsey/uuid/compare/4.0.0-alpha3...4.0.0-alpha4
You can’t perform that action at this time.
0 commit comments