Skip to content

Commit

Permalink
Added CHANGELOG for #126
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 26, 2016
1 parent 227f0d5 commit df5ede0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ All notable changes to this project will be documented in this file, in reverse
and HHVM.
- [#107](https://github.com/phly/PhlyRestfully/pull/107) suggests using
zfr/zfr-cors to provide CORS support for your API.
- [#126](https://github.com/phly/PhlyRestfully/pull/126) adds an `__isset()`
method to `HalResource`, ensuring you can test for the identifier and/or
resource (e.g., via `isset($halResource->id)`).

### Deprecated

Expand Down

0 comments on commit df5ede0

Please sign in to comment.