Skip to content

Commit 315f637

Browse files
committed
Update changelog.
1 parent 177d550 commit 315f637

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
v4.8.0
214
======
315

0 commit comments

Comments
 (0)