From 3f884f0d03aec7ee24c8caabe0eed169abc5bb8f Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 9 Apr 2015 14:13:21 +0200 Subject: [PATCH] Update the changelog after merge from 'anon_login' branch. --- docs/CHANGES.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index c5569fff5..d50501776 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -1,9 +1,15 @@ Changelog ========= -0.9.2 (Undefined) +0.9.3 (Undefined) ----------------- +* Add the ability to log in anonymously. [jcbrand] +* Add the ability to log in automatically. [jcbrand] + +0.9.2 (2015-04-09) +------------------ + * Bugfix. Prevent attaching twice during initialization. [jcbrand] * API method chats.get can now also return chat boxes which haven't been opened yet. [jcbrand] * Add API method contacts.add. [pzia]