From 4cabeb201f26dbf8920c3e5c4dce8ebb9e6583fc Mon Sep 17 00:00:00 2001 From: Roger Hu Date: Thu, 11 Feb 2016 13:43:14 -0800 Subject: [PATCH] Update CHANGELOG.md Fix spelling and itemize changes --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983c741519..beb534d974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ ### 2.0.8 (2/11/2016) -Add: support for Android and iOS push notifications -Eperimental: Cloud Code validation hooks (can mark as non-experimental after we have docs) -Experimental: support for schemas API (GET and POST only) -Experimental: support for Parse Config (GET and POST only) -Fix: Querying objects with equality constraint on array column -Fix: User logout will remove session token -Fix: Various files related bugs -Fix: Force minimum node version 4.3 due to security issues in earlier version -Performance Improvement: Improved caching +* Add: support for Android and iOS push notifications +* Experimental: Cloud Code validation hooks (can mark as non-experimental after we have docs) +* Experimental: support for schemas API (GET and POST only) +* Experimental: support for Parse Config (GET and POST only) +* Fix: Querying objects with equality constraint on array column +* Fix: User logout will remove session token +* Fix: Various files related bugs +* Fix: Force minimum node version 4.3 due to security issues in earlier version +* Performance Improvement: Improved caching