瀏覽代碼

Update the changelog after merge from 'anon_login' branch.

JC Brand 10 年之前
父節點
當前提交
3f884f0d03
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      docs/CHANGES.rst

+ 7 - 1
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]