Changelog for version 2.2.10

This commit is contained in:
Drew Gross
2016-05-16 15:32:36 -07:00
committed by Tyler Brock
parent 3b4ae2d0a0
commit b40e16647b
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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": {