=====
- Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
types ([issue 144](https://github.com/cloudpipe/cloudpickle/issues/144)).
- itertools objects can also pickled
([PR 156](https://github.com/cloudpipe/cloudpickle/pull/156)).
- `logging.RootLogger` can be also pickled
([PR 160](https://github.com/cloudpipe/cloudpickle/pull/160)).