Skip to content

Commit 5ee7f7a

Browse files
committed
Prepare for 4.0.0-beta2 release
1 parent 6e46014 commit 5ee7f7a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2121
### Security
2222

2323

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+
2438
## [4.0.0-beta1] - 2020-02-27
2539

2640
### Added
@@ -898,7 +912,8 @@ versions leading up to this release.*
898912
[ramsey/uuid-doctrine]: https://github.com/ramsey/uuid-doctrine
899913
[ramsey/uuid-console]: https://github.com/ramsey/uuid-console
900914

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
902917
[4.0.0-beta1]: https://github.com/ramsey/uuid/compare/4.0.0-alpha5...4.0.0-beta1
903918
[4.0.0-alpha5]: https://github.com/ramsey/uuid/compare/4.0.0-alpha4...4.0.0-alpha5
904919
[4.0.0-alpha4]: https://github.com/ramsey/uuid/compare/4.0.0-alpha3...4.0.0-alpha4

0 commit comments

Comments
 (0)