File tree Expand file tree Collapse file tree 4 files changed +26
-8
lines changed
Expand file tree Collapse file tree 4 files changed +26
-8
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ components.
8888 A dictionary that allows to override default i18n messages by associating
8989 the default ``msgid `` string of a message with its alternative.
9090
91- .. versionadded :: 0.4.1
91+ .. versionadded :: 0.5
9292
9393 .. py :decoratormethod :: before_processing
9494
Original file line number Diff line number Diff line change @@ -16,13 +16,6 @@ botogram 0.4.1
1616
1717Release description not yet written.
1818
19- New features
20- ------------
21-
22- * Added ability to override default i18n messages
23-
24- * New attribute :py:attr: `botogram.Bot.override_i18n `
25-
2619Bug fixes
2720---------
2821
Original file line number Diff line number Diff line change 1+ .. Copyright (c) 2015-2017 The Botogram Authors (see AUTHORS)
2+ Documentation released under the MIT license (see LICENSE)
3+
4+ ===========================
5+ Changelog of botogram 0.5.x
6+ ===========================
7+
8+ Here you can find all the changes in the botogram 0.5.x releases.
9+
10+ .. _changelog-0.5 :
11+
12+ botogram 0.5
13+ ============
14+
15+ *Alpha release, not yet released. *
16+
17+ Release description not yet written.
18+
19+ New features
20+ ------------
21+
22+ * Added ability to override default i18n messages
23+
24+ * New attribute :py:attr: `botogram.Bot.override_i18n `
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Here you can see what changed in every botogram release.
1212.. toctree ::
1313 :maxdepth: 2
1414
15+ 0.5
1516 0.4
1617 0.3
1718 0.2
You can’t perform that action at this time.
0 commit comments