From b7071ce13476cae789377c280aa274e6242fd756 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 8 Jun 2011 10:43:47 +0200 Subject: util: Added test for iterable list, and implemented __contains__ and __del__ functionality --- doc/source/changes.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 22568e3d..0cb6d065 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -11,6 +11,10 @@ Changelog * **Blob** Type * Added mode constants to ease the manual creation of blobs + +* **IterableList** + + * Added __contains__ and __delitem__ methods * **More Changes** -- cgit v1.2.1