python-yarl/python-yarl.changes

27 lines
901 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Sun Nov 12 16:59:38 UTC 2017 - arun@gmx.de
- update to version 0.14.0:
* Drop strict mode (#123)
* Fix “ValueError: Unallowed PCT %” when theres a “%” in the url
(#124)
-------------------------------------------------------------------
Tue Oct 31 02:41:59 UTC 2017 - arun@gmx.de
- update to version 0.13.0:
* Document encoded parameter (#102)
* Support relative urls like ?key=value (#100)
* Unsafe encoding for QS fixed. Encode ; char in value param (#104)
* Process passwords without user names (#95)
- changes from version 0.12.0:
* Properly support paths without leading slash in URL.with_path()
(#90)
* Enable type annotation checks
-------------------------------------------------------------------
Thu Jul 13 19:22:44 UTC 2017 - sean.marlow@suse.com
- Initial release v0.11.0.