CHANGES
=======

1.0.2
-----

* Give middleware the 'root' dispatch function
* CI: test against python 3.5
* Better function names

1.0.1
-----

* DOC: Fix typos, add some notes to README
* Raise exceptions correctly
* TST: Remove unused (empty) test file

1.0.0
-----

* DOC: add shields
* DOC: add example of use
* Make dispatch a coroutine

0.3.0
-----

* PEP8
* Add combine_reducers

0.2.1
-----

* Preserve inner function return values
* Remove errant submodule? commit

0.2.0
-----

* CI: enable travis-ci
* Add additional tests
* Allow user to specify loop for thunk middleware
* Improve README

0.1.0
-----

* PEP8 utils
* TST: Add additional test
* Add is_FSA to utils
* Initial state is None initially

0.0.1
-----

* Update examples
* Add middleware
* Use toolz instead of pyrsistent
* Initial commit
