Skip to content

Commit

Permalink
Document changed push return value
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jan 13, 2015
1 parent 93e0f41 commit 87caa1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Better handling of server errors
+ Instead of using hard coded exception messages for assumed server errors, a single server error exception now includes the server's error message, if available.
- It is now possible to use the `shallow` parameter when performing a GET request. See [the Firebase Docs on Query Parameters](https://www.firebase.com/docs/rest/api/#section-query-parameters) for a detailed description.
- `Firebase::push()` now returns the generated key as a string (not as an array `['name' => '...']`) anymore

## 0.1.1 - 2015-01-09

Expand Down

0 comments on commit 87caa1a

Please sign in to comment.