Updated CHANGELOG and README for release 2.3.0

This commit is contained in:
Ben Ramsey
2013-07-16 10:10:46 -05:00
parent d7b7b327e7
commit eca9792eb0
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
* 2.2.1 (2013-07-16)
* Added `Uuid::fromBytes()` by merging in PR #14 from @asm89
* 2.2.0 (2013-07-04)
* Added `Doctrine\UuidType::requiresSQLCommentHint()` method by merging in PR #13 from @zerrvox
* Removed `"minimum-stability": "dev"` from composer.json
+1 -1
View File
@@ -67,7 +67,7 @@ and install the latest version of the Uuid library into your project:
```json
{
"require": {
"rhumsaa/uuid": "~2.2"
"rhumsaa/uuid": "~2.3"
}
}
```