From ce74717da0e3902d5369796cf13242a4a3e2204a Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Fri, 24 Feb 2017 16:12:38 -0500 Subject: [PATCH] CHANGELOG for 2.0.0 (#101) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e528d09..8eebe0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # ParseLiveQUery-iOS-OSX Changelog +# 2.0.0 + +- Full carthage support, thanks to [David Starke](https://github.com/dstarke) + +**Deprecates usage of SocketRocket in favour of Starscream** + +- Adds support for sessionToken and user authentication, thanks to [Andrew Gordeev](https:/�//github.com/andrew8) +- Adds support for tvOS, thanks to [Kurt (kajensen)](https://github.com/kajensen) +- Adds support for updating subscription, thanks to [Florent Vilmart](https://github.com/flovilmart) +- Fixes for object decoding + # 1.1.0 - Breaking change: Swift 3 support