From 60e1c7ee66f1aad0c76a9c68c52e9e4d052f69a0 Mon Sep 17 00:00:00 2001 From: Alex Harley Date: Mon, 25 Sep 2017 13:32:47 +0000 Subject: [PATCH] chore: changelog for 2.3.0 (#402) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 176a09f0b..61b812930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [2.3.0] - 2017-09-25 + +### Features + +- the presence feature can now be used on a per user basis. The online status of individual users can be queried for as well as subscribed to. Check out the tutorial on our website [here](https://deepstreamhub.com/tutorials/guides/presence/) + +### Improvements + +- error messages are now stringified to better display information [#386](https://github.com/deepstreamIO/deepstream.io-client-js/pull/386) courtesy of [@SejH](@SejH) +- improved handling of parameters in calls to `client.record.setData` + +### Miscellaneous + +- moved e2e steps into [deepstream.io](https://github.com/deepstreamIO/deepstream.io) repository + ## [2.2.1] - 2017-06-02 ### Fixes