We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3487c93 commit 3ec2a02Copy full SHA for 3ec2a02
2 files changed
docs/buildthedocs.yml
@@ -13,7 +13,7 @@ versions:
13
source:
14
provider: git
15
url: .
16
- checkout: v0.3.3
+ checkout: v0.3.4
17
directory: docs
18
title: botogram 0.3
19
notice: alpha
docs/changelog/0.3.rst
@@ -7,6 +7,18 @@ Changelog of botogram 0.3.x
7
8
Here you can find all the changes in the botogram 0.3.x releases.
9
10
+.. _changelog-0.3.4:
11
+
12
+botogram 0.3.4
+==============
+*Bugfix release, released on August 10th, 2016*
+* Fix inability to send messages to supergroups by username, using the
+ deprecated :py:meth:`botogram.Bot.send` method (`issue 74`_)
20
+.. _issue 74: https://github.com/pietroalbini/botogram/issues/74
21
22
.. _changelog-0.3.3:
23
24
botogram 0.3.3
0 commit comments