Skip to content

Commit

Permalink
Expand changelog around Distribution.entry_points. Closes #300.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 6, 2021
1 parent 69f366c commit 5ca9bc7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.rst
Expand Up @@ -111,11 +111,16 @@ v3.6.0
future behavior is invoked and an ``EntryPoints`` is the
result.

Construction of entry points using
* #284: Construction of entry points using
``dict([EntryPoint, ...])`` is now deprecated and raises
an appropriate DeprecationWarning and will be removed in
a future version.

* #300: ``Distribution.entry_points`` now presents as an
``EntryPoints`` object and access by index is no longer
allowed. If access by index is required, cast to a sequence
first.

v3.5.0
======

Expand Down

0 comments on commit 5ca9bc7

Please sign in to comment.