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 22a62a9 commit e70a442Copy full SHA for e70a442
docs/changelog.rst
@@ -16,7 +16,15 @@ botogram 0.2
16
17
*Alpha release, not yet released*
18
19
-No changes yet.
+* Renamed ``Bot.init_shared_memory`` to ``Bot.prepare_memory``
20
+* Renamed ``Component.add_shared_memory_initializer`` to
21
+ ``Component.add_memory_preparer``
22
+
23
+The following things are now **deprecated**:
24
25
+* ``Bot.init_shared_memory``, and it will be removed in botogram 1.0
26
+* ``Component.add_shared_memory_initializer``, and it will be removed in
27
+ botogram 1.0
28
29
.. _changelog-0.1.2:
30
0 commit comments