Prepare for 4.0.0-alpha4 release

This commit is contained in:
Ben Ramsey
2020-02-22 23:00:08 -06:00
parent 481b76f2bd
commit a8f1692b7f
+17 -7
View File
@@ -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-alpha4] - 2020-02-23
### Added
* Add a `Type\TypeInterface` that each of the ramsey/uuid types implements.
* Support version 6 UUIDs; see <http://gh.peabody.io/uuidv6/>.
@@ -31,12 +46,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* `Uuid::VALID_PATTERN` is deprecated. Use `Validator\GenericValidator::VALID_PATTERN`
instead.
### Removed
### Fixed
### Security
## [4.0.0-alpha3] - 2020-02-21
@@ -847,7 +856,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-alpha3...HEAD
[unreleased]: https://github.com/ramsey/uuid/compare/4.0.0-alpha4...HEAD
[4.0.0-alpha4]: https://github.com/ramsey/uuid/compare/4.0.0-alpha3...4.0.0-alpha4
[4.0.0-alpha3]: https://github.com/ramsey/uuid/compare/4.0.0-alpha2...4.0.0-alpha3
[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