You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
## Parse Server Changelog
2
2
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
+
3
11
### 2.2.9 (5/9/2016)
4
12
5
13
* Fix: Fix a regression that caused Parse Server to crash when a null parameter is passed to a Cloud function
0 commit comments