
1.2.3
=====

2016-04-17

- Money 1.2.x supports Babel up to 2.1.x

1.2.2
=====

2014-06-15

- Support for SQLAlchemy composite columns (@dahlia)


1.2.1
=====

2014-06-15

- Fixed bug in __rsub__() (fix by zedlander)


1.2.0
=====

2014-04-30

- **Multiplication between a Money object and a float does not implicitly convert the float to a Decimal anymore.** (reported by spookylukey)


1.1.0 
=====

2014-04-01

- Added tox testing (requested by kvesteri)
- Compatible with Python 2.7, 3.3, 3.4 (requested by kvesteri)


1.0.2
=====

2013-11-25

- Initial stable version
- Compatible with Python 3.3


