Skip to content

Commit b5e431e

Browse files
committed
Update CHANGELOG for version 3.0.0-alpha2
[ci skip]
1 parent 83367ce commit b5e431e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ramsey/uuid Changelog
22

3+
## 3.0.0-alpha2
4+
5+
_Released: 2015-07-28_
6+
7+
* BREAK: Removed `PeclUuidFactory` in favor of using pecl-uuid with generators.
8+
* NEW: Refactored time-based (version 1) UUIDs into a `TimeGeneratorInterface` to allow for other sources to generate version 1 UUIDs in this library.
9+
* NEW: Added `PeclUuidTimeGenerator` and `PeclUuidRandomGenerator` for creating version 1 or version 4 UUIDs using the pecl-uuid extension.
10+
* NEW: Add `RandomBytesGenerator` for use with PHP 7. ramsey/uuid will default to use this generator when running on PHP 7.
11+
* `RandomLibAdapter` now defaults to a medium-strength generator with [ircmaxell/random-lib](https://github.com/ircmaxell/RandomLib). This is configurable, so other generator strengths may be used.
12+
* Migrated to the Travis CI container-based infrastructure for builds.
13+
* Documentation updates and corrections.
14+
315
## 3.0.0-alpha1
416

517
_Released: 2015-07-16_

0 commit comments

Comments
 (0)