aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordevendram2015-06-26 01:08:24 +0530
committerdevendram2015-06-26 01:08:24 +0530
commitde21caa8524db6bbf7f204aa817b5ddb5d77d3ca (patch)
treeabf5261ff2c2656cf38092c7ba45966f0a9fcf00
parentad89de8312f3f407150c7eb411cbf02765910e53 (diff)
downloadpubnub-python-master.tar.bz2
Update CHANGELOGHEADmaster
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1b0ddd1..abb4596 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+3.7.2 - 6-25-15 - ad89de8
+. fix for decryption bug in history API
+. module name changed to pubnub ( it was Pubnub earlier ).
+ Developers need to do from pubnub import Pubnub, instead of from Pubnub import Pubnub now
+. fixed method arguments bug for presence API
+. subscribe_sync removed
+. fix for issue where error callback not invoked for presence
+. added state support in subscribe and here now
+. fix for grant API with python 3
+. added include_token option to history
+
3.7.0 - 1-12-14 - f20e5e2
. Channel Groups functionality
. Added Python Echo Server example