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: docs/whats_new.rst
+15
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,26 @@ in specific versions.
17
17
18
18
.. towncrier release notes start
19
19
20
+
.. _vp2p6p2:
21
+
22
+
v2.6.2
23
+
------
24
+
25
+
This maintainence release contains backports from v2.7.0.
26
+
27
+
Bug Fixes
28
+
~~~~~~~~~
29
+
- Fix creation of threads in text channels without :attr:`Permissions.manage_threads`. (:issue:`818`)
30
+
- Fix off-by-one error in :class:`AutoModKeywordPresets` values. (:issue:`820`)
31
+
- |commands| Fix a case where optional variadic arguments could have infinite loops in parsing depending on the user input. (:issue:`825`)
32
+
20
33
.. _vp2p6p1:
21
34
22
35
v2.6.1
23
36
------
24
37
38
+
This maintainence release contains backports from v2.7.0.
39
+
25
40
Bug Fixes
26
41
~~~~~~~~~
27
42
- Ensure that embed fields are copied properly by :func:`Embed.copy` and that the copied embed is completely separate from the original one. (:issue:`792`)
0 commit comments