+ **Multiplication between a Money object and a float does not implicitly convert the float to a Decimal anymore.** (reported by `spookylukey <https://github.com/spookylukey>`_)
1.1.1
------------------
+ Fixed bug in `__rsub__()` (fix by `zedlander <https://github.com/zedlander>`_)
1.1
===
1.1.0
------------------
+ Added tox testing (requested by `kvesteri <https://github.com/kvesteri>`_) + Compatible with Python 2.7, 3.3, 3.4 (requested by `kvesteri <https://github.com/kvesteri>`_)
1.0.2
------------------
+ Initial stable version + Compatible with Python 3.3