Forráskód Böngészése

Update the changelog after merge from 'anon_login' branch.

JC Brand 10 éve
szülő
commit
3f884f0d03
1 módosított fájl, 7 hozzáadás és 1 törlés
  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]