Skip to content

Commit

Permalink
Tweak changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Oct 1, 2018
1 parent 2cecf21 commit 25157c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
================================================================================
v2.0.0 (unreleased)
================================================================================
Added: All URL components to furl()'s constructor. E.g.
f = furl(scheme='http', host='host', path='/lolsup').
Added: All URL components (scheme, host, path, etc) to furl()'s constructor as
keyword arguments. E.g. f = furl(scheme='http', host='host', path='/lolsup').
Changed: furl.__truediv__() and Path.__truediv__() now mirror
Pathlib.__truediv__()'s behavior and return a new instance. The original
instance is no longer modified. Old behavior: f = furl('1'); f / '2' -> str(f)
Expand Down

0 comments on commit 25157c7

Please sign in to comment.