===============================================================================
 v0.5.7
===============================================================================
Fixed: Only percent-decode percent-encoded path strings once, not twice.

===============================================================================
 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.

===============================================================================
 v0.5.5
===============================================================================
Changed: Bumped the orderedmultidict dependency from v0.7.6 to v0.7.7. The
  latter, v0.7.7, better interoperates with other popular libraries, like
  Requests.

===============================================================================
 v0.5.4
===============================================================================
Fixed: When provided to constructors and load() methods, treat None as the empty
  string, not the string 'None'. E.g. furl(None) == furl(''), not furl('None').

===============================================================================
 v0.5.3
===============================================================================
Fixed: In Python 2, furl.netloc and furl.origin return strings, not Unicode
  strings.

===============================================================================
 v0.5.2
===============================================================================
Added: Test PEP8 compliance with tox.
Fixed: Verify valid schemes before adoption.

===============================================================================
 v0.5.1
===============================================================================
Added: Origin support (e.g. http://google.com of http://u:p@google.com/).

This changelog wasn't maintained prior to v0.5.
