We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177d550 commit 315f637Copy full SHA for 315f637
1 file changed
CHANGES.rst
@@ -1,3 +1,15 @@
1
+v4.8.1
2
+======
3
+
4
+* #348: Restored support for ``EntryPoint`` access by item,
5
+ deprecating support in the process. Users are advised
6
+ to use direct member access instead of item-based access::
7
8
+ - ep[0] -> ep.name
9
+ - ep[1] -> ep.value
10
+ - ep[2] -> ep.group
11
+ - ep[:] -> ep.name, ep.value, ep.group
12
13
v4.8.0
14
======
15
0 commit comments