Skip to content

Commit c392b49

Browse files
Create 11012.breaking.rst
1 parent f1549ea commit c392b49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES/11012.breaking.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Refactored ``ClientRequest`` class. This simplifies a lot of code and improves our type
2+
checking accuracy. It also better aligns public/private attributes with what we expect
3+
developers to access safely from a client middleware.
4+
5+
If code subclasses ``ClientRequest``, it is likely that the subclass will need tweaking
6+
to be compatible with the new version.
7+
8+
-- by :user:`Dreamsorcerer`.

0 commit comments

Comments
 (0)