Skip to content

Commit b49cdaa

Browse files
committed
Update changelog.
1 parent c83cdb4 commit b49cdaa

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

CHANGES.rst

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
v4.6.0
2+
======
3+
4+
* #326: Performance tests now rely on
5+
`pytest-perf <https://pypi.org/project/pytest-perf>`_.
6+
To disable these tests, which require network access
7+
and a git checkout, pass ``-p no:perf`` to pytest.
8+
19
v4.5.0
2-
=======
10+
======
311

412
* #319: Remove ``SelectableGroups`` deprecation exception
513
for flake8.
614

715
v4.4.0
8-
=======
16+
======
917

1018
* #300: Restore compatibility in the result from
1119
``Distribution.entry_points`` (``EntryPoints``) to honor
@@ -24,39 +32,39 @@ v4.4.0
2432
(e.g. ``tuple(dist.entry_points)[0]``).
2533

2634
v4.3.1
27-
=======
35+
======
2836

2937
* #320: Fix issue where normalized name for eggs was
3038
incorrectly solicited, leading to metadata being
3139
unavailable for eggs.
3240

3341
v4.3.0
34-
=======
42+
======
3543

3644
* #317: De-duplication of distributions no longer requires
3745
loading the full metadata for ``PathDistribution`` objects,
3846
entry point loading performance by ~10x.
3947

4048
v4.2.0
41-
=======
49+
======
4250

4351
* Prefer f-strings to ``.format`` calls.
4452

4553
v4.1.0
46-
=======
54+
======
4755

4856
* #312: Add support for metadata 2.2 (``Dynamic`` field).
4957

5058
* #315: Add ``SimplePath`` protocol for interface clarity
5159
in ``PathDistribution``.
5260

5361
v4.0.1
54-
=======
62+
======
5563

5664
* #306: Clearer guidance about compatibility in readme.
5765

5866
v4.0.0
59-
=======
67+
======
6068

6169
* #304: ``PackageMetadata`` as returned by ``metadata()``
6270
and ``Distribution.metadata()`` now provides normalized

0 commit comments

Comments
 (0)