Skip to content

Commit

Permalink
Changelog for version 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-gross authored and TylerBrock committed May 16, 2016
1 parent 3b4ae2d commit b40e166
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,5 +1,13 @@
## Parse Server Changelog

### 2.2.10 (5/15/2016)

* Fix: Write legacy ACLs to Mongo so that clients that still go through Parse.com can read them, thanks to [Tyler Brock](/~https://github.com/TylerBrock) and [carmenlau](/~https://github.com/carmenlau)
* Fix: Querying installations with limit = 0 and count = 1 now works, thanks to [ssk7833](/~https://github.com/ssk7833)
* Fix: Return correct error when violating unique index, thanks to [Marco Cheung](/~https://github.com/Marco129)
* Fix: Allow unsetting user's email, thanks to [Marco Cheung](/~https://github.com/Marco129)
* New: Support for Node 6.1

### 2.2.9 (5/9/2016)

* Fix: Fix a regression that caused Parse Server to crash when a null parameter is passed to a Cloud function
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "2.2.9",
"version": "2.2.10",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit b40e166

Please sign in to comment.