diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-08 10:43:47 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-08 11:07:47 +0200 |
commit | b7071ce13476cae789377c280aa274e6242fd756 (patch) | |
tree | 9cabdc2dfb6dd5c9e2d5d7d7fbd22686d42dbf5c /doc/source | |
parent | fcc166d3a6e235933e823e82e1fcf6160a32a5d3 (diff) | |
download | gitpython-b7071ce13476cae789377c280aa274e6242fd756.tar.gz |
util: Added test for iterable list, and implemented __contains__ and __del__ functionality
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/changes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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** |