8000 Update changelog. · python/importlib_metadata@28adeb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28adeb8

Browse files
committed
Update changelog.
1 parent 720362f commit 28adeb8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v3.5.0
2+
======
3+
4+
* ``entry_points()`` now returns an ``GroupedEntryPoints``
5+
object, a tuple of all entry points but with a convenience
6+
property ``groups`` and ``__getitem__`` accessor. Further,
7+
accessing a group returns an ``EntryPoints`` object,
8+
another tuple of entry points in the group, accessible by
9+
name. Construction of entry points using
10+
``dict([EntryPoint, ...])`` is now deprecated and raises
11+
an appropriate DeprecationWarning and will be removed in
12+
a future version.
13+
114
v3.4.0
215
======
316

0 commit comments

Comments
 (0)
0