Skip to content

Commit 3a3153f

Browse files
docs: forward port the 2.6.2 changelog (#843)
1 parent 4f646cc commit 3a3153f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/whats_new.rst

+15
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,26 @@ in specific versions.
1717

1818
.. towncrier release notes start
1919
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+
2033
.. _vp2p6p1:
2134

2235
v2.6.1
2336
------
2437

38+
This maintainence release contains backports from v2.7.0.
39+
2540
Bug Fixes
2641
~~~~~~~~~
2742
- 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

Comments
 (0)