README.md in python-pickle-0.1.1 vs README.md in python-pickle-0.2.0

- old
+ new

@@ -19,13 +19,14 @@ purposes. * Supports Pickle protocol 0, protocol 1, protocol 2, protocol 3, protocol 4, and protocol 5. * Can parse both Python 2 and Python 3 Pickled data. * Supports deserializing Python `None`, `True`, `False`, `int`, `str`, `tuple`, - `list`, `bytearray`, and other objects. + `set`, `list`, `bytearray`, and other objects. * Supports mapping Python extension codes to Ruby classes. * Supports mapping Python functions to Ruby methods. * Supports mapping Python classes to Ruby classes. +* Supports out-of-band buffers. ## TODO * Add support for writing Python Pickle data. * Add support for serializing Ruby objects to Python Pickle data.