From 5de59d622dbc8394f59e07853fab1c8d9edc6466 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 27 May 2015 13:04:17 +0300 Subject: [PATCH] Update changes --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8163ec7..2cb0fe2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,10 +4,11 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. -0.30.3 (2015-05-22) +0.30.3 (2015-05-27) ^^^^^^^^^^^^^^^^^^^ - Added length property to range types +- Added CompositeType for PostgreSQL 0.30.2 (2015-05-21)