Skip to content

Commit

Permalink
Updated changelog/readme for 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Jul 6, 2014
1 parent d6cd8b8 commit c96731a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.9.0 (2014-07-06)

Features:

- Implemented serializer methods for item and collection separately [Issue #71]

[Issue #71]: https://github.com/thephpleague/fractal/issues/71

## 0.8.3 (2014-06-14)

Features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Via Composer
``` json
{
"require": {
"league/fractal": "0.8.*"
"league/fractal": "0.9.*"
}
}
```
Expand Down

0 comments on commit c96731a

Please sign in to comment.