Updated CHANGELOG and README

This commit is contained in:
Ben Ramsey
2013-07-04 11:06:55 -05:00
parent 7ff2391f17
commit 0edd54dd46
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
* 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
* 2.1.2 (2013-07-03)
* @ericthelin found cases where the system node was coming back with uppercase hexadecimal digits; this ensures that case in the node is converted to lowercase
* 2.1.1 (2013-04-29)
+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.1"
"rhumsaa/uuid": "~2.2"
}
}
```