Skip to content

Commit b40e166

Browse files
drew-grossTylerBrock
authored andcommitted
Changelog for version 2.2.10
1 parent 3b4ae2d commit b40e166

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Parse Server Changelog
22

3+
### 2.2.10 (5/15/2016)
4+
5+
* 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)
6+
* Fix: Querying installations with limit = 0 and count = 1 now works, thanks to [ssk7833](https://github.com/ssk7833)
7+
* Fix: Return correct error when violating unique index, thanks to [Marco Cheung](https://github.com/Marco129)
8+
* Fix: Allow unsetting user's email, thanks to [Marco Cheung](https://github.com/Marco129)
9+
* New: Support for Node 6.1
10+
311
### 2.2.9 (5/9/2016)
412

513
* Fix: Fix a regression that caused Parse Server to crash when a null parameter is passed to a Cloud function

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.2.9",
3+
"version": "2.2.10",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)