Prepping for the 2.8.1 release

This commit is contained in:
Ben Ramsey
2015-06-16 10:11:37 -05:00
parent 91f746cdd8
commit c1d7d8f0ac
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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
View File
@@ -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