You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,37 @@
2
2
Changelog
3
3
=========
4
4
5
+
Version 12.7
6
+
============
7
+
*Released 2020-05-02*
8
+
9
+
**Major Changes:**
10
+
11
+
- Bot API 4.8 support. **Note:** The ``Dice`` object now has a second positional argument ``emoji``. This is relevant, if you instantiate ``Dice`` objects manually. (`#1917`_)
12
+
13
+
**New Features:**
14
+
15
+
- New method ``run_mothly`` for the ``JobQueue`` (`#1705`_)
16
+
- ``Job.next_t`` now gives the datetime of the jobs next execution (`#1685`_)
17
+
18
+
**Minor changes, CI improvements, doc fixes or bug fixes:**
19
+
20
+
- Added ``tzinfo`` argument to ``helpers.from_timestamp`` (`#1621`_)
21
+
- Stabalize CI (`#1919`_, `#1931`_)
22
+
- Use ABCs ``@abstractmethod`` instead of raising ``NotImplementedError`` for ``Handler``, ``BasePersistence`` and ``BaseFilter`` (`#1905`_)
0 commit comments