- added example of using tail call optimization with changing callable
27.01.2013
----------
- ``iters.accumulate`` - backported version for Python < 3.3 - first implementation for ``monad.Option`` with tests and README samples
23.01.2013
----------
- ``fn.Stream`` slice is another ``fn.Stream`` - ``fn.Stream`` got new public method ``cursor`` to get position on next evaluated element
21.01.2013
----------
- Update documentation with special ``fn._`` use cases for interactive shells - Move ``zipwith`` from ``fn.iters`` to ``fn.op`` - ``fn._`` dump to string
18.01.2013
----------
- Added 22 itertools recipes to ``fn.iters`` - Documentation is converted to RST
17.01.2013
----------
- Unit tests coverage for ``fn.stream.Stream`` - ``_StreamIterator`` works fine both in Python 2/3