Skip to content

Commit

Permalink
Updated CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 4, 2013
1 parent 7ff2391 commit 0edd54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down

0 comments on commit 0edd54d

Please sign in to comment.