Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoares committed Feb 9, 2016
1 parent 0662808 commit 4d1cc1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Liquid iOS SDK Change Log

## 2.0.0: Stable new SDK release supporting Liquid 2.0
* **[feature]** In-app messages. Notice that you will need to upgrade if you are still using 1.x.
* **[feature]** Add support for Apple Watch.
* **[feature]** Adjustable sessions. Remove session handling by the SDK. Sessions are now managed by Liquid servers. You can now define the maximum time between sessions in your App settings on Liquid Dashboard. This feature also improves better handling of events performed while the app is in background.
* **[enhancement]** Event names generated by Liquid changed from `_startSession` and `_endSession` to `app foreground` and `app background` respectively.
* **[enhancement]** Stability improvements.

## 2.1.0-rc5: Sessions handled by Liquid backend

* **[feature]** Remove session handling by the SDK. Sessions are now managed by Liquid servers. You can now define the maximum time between sessions in your App settings on Liquid Dashboard. This feature also improves better handling of events performed while the app is in background.
Expand Down

0 comments on commit 4d1cc1c

Please sign in to comment.