-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCHANGELOG
More file actions
18 lines (16 loc) · 770 Bytes
/
CHANGELOG
File metadata and controls
18 lines (16 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*********
ChangeLog
*********
0.1.0 (2017-02-10)
==================
- aiohttpretty will now install itself into your site_packages. (thanks, @aluminiumgeek!)
- The error message for unhandled requests now show the query parameters in the request. No more
wondering why it's complaining about unhandled url 'http://foo.com/', when it's cleary registered
RIGHT THERE! (thanks, @Johnetordoff!)
- aiohttpretty now has tests! (thanks, @Johnetordoff!)
- Added a CONTRIBUTING.rst and AUTHORS.rst.
0.0.2 (2016-05-03)
==================
- aiohttpretty now mocks aiohttp.ClientSession._request. aiohttp.request has been deprecated and
calls ._request directly. aiohttp.ClientSession.request wraps _.request with a context wrapper.
- bump minimum aiohttp dependency to v0.18.0