From 85739b1349b7f2d9e8c8bf0ab1e519ed39b3a40b Mon Sep 17 00:00:00 2001 From: Greg Reinbach Date: Tue, 1 Sep 2015 09:56:11 -0400 Subject: [PATCH] updated changelog --- CHANGES.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d17f042b..2c68b8fc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,21 @@ +Changes in 0.7.2 +- Better checks on None values (@tsouvarev, @sjdines) +- Consistency with south declarations and calling str function (@sjdines) + +Changes in 0.7 +- Django 1.8 compatible (@willhcr) +- Fix bug in printing MoneyField (@YAmikep) + +Changes in 0.6 +- Tox cleanup (@edwinlunando) +- Add Python 3 trove classifier (@dekkers) +- Improved README (@glarrain) +- Appends _currency to non-money ExpressionFields [#101] (@alexhayes, @alexriina, @briankung) +- Data truncated for column [#103] (@alexhayes) +- Proxy Model with MoneyField returns wrong class [#80] (@spookylukey) +- Fixed has_changed not working [#95] (@spookylukey) +-Added/Cleaned up tests (@spookylukey, @alexriina) + Changes in 0.5 - Django 1.7 compatibility (Francois Rejete ) - Added "choices=" to instantiation of currency widget (David Stockwell )