Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 23, 2021
1 parent 105d1a9 commit 04b3d28
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,16 @@
v3.5.0
======

* ``entry_points()`` now returns an ``GroupedEntryPoints``
object, a tuple of all entry points but with a convenience
property ``groups`` and ``__getitem__`` accessor. Further,
accessing a group returns an ``EntryPoints`` object,
another tuple of entry points in the group, accessible by
name. Construction of entry points using
``dict([EntryPoint, ...])`` is now deprecated and raises
an appropriate DeprecationWarning and will be removed in
a future version.

v3.4.0
======

Expand Down

0 comments on commit 04b3d28

Please sign in to comment.