Skip to content

Commit

Permalink
Merge pull request #14 from zytedata/relnotes-0.4.0
Browse files Browse the repository at this point in the history
Release notes for 0.4.0.
  • Loading branch information
wRAR authored Apr 3, 2024
2 parents f15ea91 + 94ed6bc commit 54e56a0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

0.4.0 (YYYY-MM-DD)
------------------

* Added official support for Python 3.12.
* Added the :meth:`.URLMatcher.match_all` method that returns all matching
identifiers.
* Adding a :class:`~.Patterns` instance with several patterns for the same
domain to a :class:`~.URLMatcher` no longer creates multiple identical
:class:`~.matcher.PatternsMatcher` instances.
* CI improvements.

0.3.0 (2023-09-21)
------------------

Expand All @@ -12,8 +23,8 @@ Changelog
0.2.0 (2022-02-01)
------------------

* Update ``Patterns`` to be **frozen** so instances can easily be deduped based
on its hash uniqueness.
* Update :class:`~.Patterns` to be **frozen** so instances can easily be
deduped based on its hash uniqueness.
* Remove Python 3.6 support

0.1.0 (2021-11-19)
Expand Down

0 comments on commit 54e56a0

Please sign in to comment.