Skip to content

Commit

Permalink
📝 Correct changelog spelling and markup
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 17, 2023
1 parent f5bc7c8 commit 4ea7f36
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Features
Bugfixes
--------

- Path normalisation for absolute URLs no longer raises a ValueError exception
- Path normalization for absolute URLs no longer raises a ValueError exception
when ``..`` segments would otherwise go beyond the URL path root.
(`#536 <https://github.com/aio-libs/yarl/issues/536>`_)
- Fixed an issue with update_query() not getting rid of the query when argument is None. (`#792 <https://github.com/aio-libs/yarl/issues/792>`_)
Expand Down Expand Up @@ -274,7 +274,7 @@ Bugfixes
`#426 <https://github.com/aio-libs/yarl/issues/426>`_
- Hide ``Query`` and ``QueryVariable`` type aliases in ``__init__.pyi``, now they are prefixed with underscore.
`#431 <https://github.com/aio-libs/yarl/issues/431>`_
- Keep ipv6 brackets after updating port/user/password.
- Keep IPv6 brackets after updating port/user/password.
`#451 <https://github.com/aio-libs/yarl/issues/451>`_


Expand Down Expand Up @@ -318,7 +318,7 @@ Features

* Don't create a new URL if fragment is unchanged (#292)

* Included in error msg the path that produces starting slash forbidden error (#376)
* Included in error message the path that produces starting slash forbidden error (#376)

* Skip slow IDNA encoding for ASCII-only strings (#387)

Expand Down Expand Up @@ -377,7 +377,7 @@ Features
1.1.1 (2018-02-17)
==================

* Fix performance regression: don't encode empty netloc (#170)
* Fix performance regression: don't encode empty ``netloc`` (#170)

1.1.0 (2018-01-21)
==================
Expand Down Expand Up @@ -439,16 +439,16 @@ Features

* Drop strict mode (#123)

* Fix ``"ValueError: Unallowed PCT %"`` when there's a ``"%"`` in the url (#124)
* Fix ``"ValueError: Unallowed PCT %"`` when there's a ``"%"`` in the URL (#124)

0.13.0 (2017-10-01)
===================

* Document ``encoded`` parameter (#102)

* Support relative urls like ``'?key=value'`` (#100)
* Support relative URLs like ``'?key=value'`` (#100)

* Unsafe encoding for QS fixed. Encode ``;`` char in value param (#104)
* Unsafe encoding for QS fixed. Encode ``;`` character in value parameter (#104)

* Process passwords without user names (#95)

Expand All @@ -469,18 +469,18 @@ Features
0.10.3 (2017-06-13)
===================

* Prevent double URL args unquoting (#83)
* Prevent double URL arguments unquoting (#83)

0.10.2 (2017-05-05)
===================

* Unexpected hash behaviour (#75)
* Unexpected hash behavior (#75)


0.10.1 (2017-05-03)
===================

* Unexpected compare behaviour (#73)
* Unexpected compare behavior (#73)

* Do not quote or unquote + if not a query string. (#74)

Expand Down Expand Up @@ -552,7 +552,7 @@ Features

* Fix core dumps (#41)

* tmpbuf - compiling error (#43)
* ``tmpbuf`` - compiling error (#43)

* Added ``URL.update_path()`` method

Expand Down Expand Up @@ -588,13 +588,13 @@ Features
0.6.0 (2016-11-07)
==================

* Explicitly use UTF8 encoding in setup.py (#20)
* Explicitly use UTF8 encoding in :file:`setup.py` (#20)
* Properly unquote non-UTF8 strings (#19)

0.5.3 (2016-11-02)
==================

* Don't use namedtuple fields but indexes on URL construction
* Don't use :py:class:`typing.NamedTuple` fields but indexes on URL construction

0.5.2 (2016-11-02)
==================
Expand All @@ -609,7 +609,7 @@ Features
0.5.0 (2016-11-02)
==================

* Add cython optimization for quoting/unquoting
* Add Cython optimization for quoting/unquoting
* Provide binary wheels

0.4.3 (2016-09-29)
Expand Down Expand Up @@ -662,7 +662,7 @@ Features
0.1.4 (2016-09-09)
==================

* Add kwargs support for ``with_query()`` (#10)
* Add ``kwargs`` support for ``with_query()`` (#10)

0.1.3 (2016-09-07)
==================
Expand Down
2 changes: 1 addition & 1 deletion CHANGES/829.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Support Python 3.12 (upgraded cython to 3.0.0b3, provided CI test coverage)
Support Python 3.12 (upgraded Cython to 3.0.0b3, provided CI test coverage)
2 changes: 1 addition & 1 deletion CHANGES/871.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Accept string subclasses in truediv operations (``URL / segment``)
Started accepting string subclasses in ``__truediv__()`` operations (``URL / segment``).

0 comments on commit 4ea7f36

Please sign in to comment.