Skip to content

Commit

Permalink
Prepare for 4.0.0-alpha2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Feb 21, 2020
1 parent a78056d commit 1396eaf
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security


## [4.0.0-alpha2] - 2020-02-21

### Added

* Add `Uuid::fromDateTime()` to create version 1 UUIDs from instances of
`\DateTimeInterface`.
* Add `Generator\NameGeneratorInterface` to support alternate methods of
Expand All @@ -26,17 +41,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Change `UuidInterface::getHex()` to return a `Ramsey\Uuid\Type\Hexadecimal` instance.
* Change `UuidInterface::getInteger()` to return a `Ramsey\Uuid\Type\IntegerValue` instance.

### Deprecated

### Removed

### Fixed

* Round microseconds to six digits when getting DateTime from v1 UUIDs. This
circumvents a needless exception for an otherwise valid time-based UUID.

### Security


## [4.0.0-alpha1] - 2020-01-22

Expand Down Expand Up @@ -814,7 +823,8 @@ versions leading up to this release.*
[ramsey/uuid-doctrine]: https://github.com/ramsey/uuid-doctrine
[ramsey/uuid-console]: https://github.com/ramsey/uuid-console

[unreleased]: https://github.com/ramsey/uuid/compare/4.0.0-alpha1...HEAD
[unreleased]: https://github.com/ramsey/uuid/compare/4.0.0-alpha2...HEAD
[4.0.0-alpha2]: https://github.com/ramsey/uuid/compare/4.0.0-alpha1...4.0.0-alpha2
[4.0.0-alpha1]: https://github.com/ramsey/uuid/compare/3.9.3...4.0.0-alpha1
[3.9.3]: https://github.com/ramsey/uuid/compare/3.9.2...3.9.3
[3.9.2]: https://github.com/ramsey/uuid/compare/3.9.1...3.9.2
Expand Down

0 comments on commit 1396eaf

Please sign in to comment.