From 7da0b37b36727d40a35c1f9dc2aea841ba9161aa Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Mon, 1 Dec 2014 15:40:12 +0200 Subject: [PATCH] Fix messages --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e987167..0fb62e1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,8 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release. 0.27.9 (2014-12-01) ^^^^^^^^^^^^^^^^^^^ -- Fix aggregated decorator many-to-many relationship handling +- Fixed aggregated decorator many-to-many relationship handling +- Fixed aggregated column alias handling 0.27.8 (2014-11-13)