File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Bugfixes
34
34
`#3532 <https://github.com/aio-libs/aiohttp/issues/3532 >`_
35
35
- Fix ``web_middlewares.normalize_path_middleware `` behavior for patch without slash.
36
36
`#3669 <https://github.com/aio-libs/aiohttp/issues/3669 >`_
37
- - Fix overshadowing of overlapped subbaps prefixes.
37
+ - Fix overshadowing of overlapped sub-applications prefixes.
38
38
`#3701 <https://github.com/aio-libs/aiohttp/issues/3701 >`_
39
39
- Make `BaseConnector.close() ` a coroutine and wait until the client closes all connections. Drop deprecated "with Connector():" syntax.
40
40
`#3736 <https://github.com/aio-libs/aiohttp/issues/3736 >`_
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ BasicAuth
7
7
BodyPartReader
8
8
Bugfixes
9
9
BytesIO
10
+ brotli
11
+ brotlipy
12
+ pydantic
10
13
CIMultiDict
11
14
CPython
12
15
Changelog
You can’t perform that action at this time.
0 commit comments