Update notes for 2.6.1

This commit is contained in:
Ian Cordasco
2015-04-22 16:52:40 -05:00
parent 3e3fc7683c
commit ae7c28eb8e
+1 -2
View File
@@ -8,8 +8,7 @@ Release History
**Bugfixes**
- Fix issue with import machinery to deal with an unvendored urllib3 and
chardet when operating from within a PyInstaller executable. (#2465 redux)
- Remove VendorAlias import machinery introduced in v2.5.2.
- Simplify the PreparedRequest.prepare API: We no longer require the user to
pass an empty list to the hooks keyword argument. (c.f. #2552)