Skip to content

Commit

Permalink
Prepare for 4.0.0-beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Feb 27, 2020
1 parent 05cc095 commit f374dae
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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-beta1] - 2020-02-27

### Added

* Add `ValidatorInterface::getPattern()` to return the regular expression
pattern used by the validator.
* Add `v6()` helper function for version 6 UUIDs.
Expand All @@ -25,18 +40,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
already accepted, so there are no BC breaks. `Type\Hexadecimal` is now the
recommended type to pass for `$node`.

### Deprecated

### Removed

* Remove `currentTime()` method from `Provider\Time\FixedTimeProvider` and
`Provider\Time\SystemTimeProvider`; it had previously been removed from
`Provider\TimeProviderInterface`.

### Fixed

### Security


## [4.0.0-alpha5] - 2020-02-23

Expand Down

0 comments on commit f374dae

Please sign in to comment.