Skip to content

Commit

Permalink
Fix twine check
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 26, 2020
1 parent 5f7b2a8 commit 56c47c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -29,6 +29,7 @@ Features

url = URL("http://example.com")
assert url.with_query({"a": [1, 2]}) == URL("http://example.com/?a=1&a=2")

`#443 <https://github.com/aio-libs/yarl/issues/443>`_
- Support URL.build() with scheme and path (creates a relative URL).
`#464 <https://github.com/aio-libs/yarl/issues/464>`_
Expand Down

0 comments on commit 56c47c6

Please sign in to comment.