Releases: gruns/furl
Releases Β· gruns/furl
Furl v0.5.7
- Fixed: Only percent-decode percent-encoded path strings once, not twice.
Furl v0.5.6
- Changed: Bumped the orderedmultidict dependency from v0.7.7 to v0.7.8. The
latter, v0.7.8, fixes a splat (i.e.**omdict
) bug.
Furl v0.5.3
- Fixed: In Python 2, furl.netloc and furl.origin return strings, not Unicode strings.
Furl v0.5.2
- Added: Test PEP8 compliance with tox.
- Fixed: Verify valid schemes before adoption.
Furl v0.5.1
- Added: Origin support (e.g.
http://google.com
ofhttp://u:[email protected]/
).