We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e142ea commit a990a69Copy full SHA for a990a69
docs/changelog.rst
@@ -24,6 +24,7 @@ botogram 0.2
24
* Renamed ``Component.add_shared_memory_initializer`` to
25
``Component.add_memory_preparer``
26
* Fix the syntax detector checking URLs with dashes in the domain (`issue 32`_)
27
+* Fix inability to send messages to channels from a running bot (`issue 35`_)
28
29
The following things are now **deprecated**:
30
@@ -32,6 +33,7 @@ The following things are now **deprecated**:
32
33
botogram 1.0
34
35
.. _issue 32: https://github.com/pietroalbini/botogram/issues/32
36
+.. _issue 35: https://github.com/pietroalbini/botogram/issues/35
37
38
.. _changelog-0.1.2:
39
0 commit comments