We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a956ed commit 643cb9bCopy full SHA for 643cb9b
1 file changed
docs/changelog/0.7.rst
@@ -0,0 +1,32 @@
1
+.. Copyright (c) 2015-2019 The Botogram Authors (see AUTHORS)
2
+ Documentation released under the MIT license (see LICENSE)
3
+
4
+===========================
5
+Changelog of botogram 0.7.x
6
7
8
+Here you can find all the changes in the botogram 0.7.x releases.
9
10
+.. _changelog-0.7:
11
12
+botogram 0.7
13
+============
14
15
+*Alpha release, not yet released.*
16
17
+Release description not yet written.
18
19
+New features
20
+------------
21
22
+* Added support for polls
23
24
+ * New :py:class:`botogram.Poll`
25
+ * New :py:class:`botogram.PollOption`
26
+ * New method :py:meth:`botogram.Chat.send_poll`
27
+ * New method :py:meth:`botogram.Message.reply_with_poll`
28
+ * New method :py:meth:`botogram.Message.stop_poll`
29
30
31
+Bug fixes
32
+---------
0 commit comments