mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Update changelog for unreleased changes
This commit is contained in:
@@ -10,14 +10,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
### Added
|
||||
|
||||
* Add function API as convenience. The functions are available in the
|
||||
`Ramsey\Uuid` namespace.
|
||||
* `v1(int|string|null $node = null, int|null $clockSeq = null): string`
|
||||
* `v3(string|UuidInterface $ns, string $name): string`
|
||||
* `v4(): string`
|
||||
* `v5(string|UuidInterface $ns, string $name): string`
|
||||
|
||||
### Changed
|
||||
|
||||
* Use paragonie/random-lib instead of ircmaxell/random-lib. This is a
|
||||
non-breaking change.
|
||||
* Use a high-strength generator by default, when using `RandomLibAdapter`. This
|
||||
is a non-breaking change.
|
||||
|
||||
### Deprecated
|
||||
|
||||
These will be removed in version ramsey/uuid version 4.0.0:
|
||||
|
||||
* `MtRandGenerator`, `OpenSslGenerator`, and `SodiumRandomGenerator` are
|
||||
deprecated in favor of using the default `RandomBytesGenerator`.
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
|
||||
* Set `ext-json` as a required dependency in `composer.json`.
|
||||
* Use `PHP_OS` instead of `php_uname()` when determining the system OS, for
|
||||
cases when `php_uname()` is disabled for security reasons.
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user