From 2c4fdaeb2f98acdd1e46b57268f97693ac42bfc1 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 14 Jan 2014 16:46:38 +0200 Subject: [PATCH] Update changes --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5d366c3..8927ad0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,13 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. +0.23.1 (2014-01-14) +^^^^^^^^^^^^^^^^^^^ + +- Added support for membership operators 'in' and 'not in' for range types +- Added range types to main module import + + 0.23.0 (2014-01-14) ^^^^^^^^^^^^^^^^^^^