mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-25 17:45:35 +03:00
Prepping for the 2.8.1 release
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Rhumsaa\Uuid Changelog
|
||||
|
||||
## 2.8.1
|
||||
|
||||
_Released: 2015-06-16_
|
||||
|
||||
* Use `passthru()` and output buffering in `getIfconfig()`.
|
||||
* Cache the system node in a static variable so that we process it only once per runtime.
|
||||
* Set ramsey/uuid as a replacement for rhumsaa/uuid in composer.json.
|
||||
* Documentation updates and corrections.
|
||||
|
||||
## 2.8.0
|
||||
|
||||
_Released: 2014-11-09_
|
||||
|
||||
+1
-1
@@ -93,7 +93,7 @@ final class Uuid
|
||||
/**
|
||||
* Version of the Rhumsaa\Uuid package
|
||||
*/
|
||||
const VERSION = '2.8.x-dev';
|
||||
const VERSION = '2.8.1';
|
||||
|
||||
/**
|
||||
* For testing, 64-bit system override; if true, treat the system as 32-bit
|
||||
|
||||
Reference in New Issue
Block a user