From e7b212b589e871a0e67d466b7d207bbfd8200520 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sat, 11 Jan 2020 16:50:30 +0100 Subject: [PATCH] Fix up changelog a bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b3bb8..ff1feb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ *The changelog has only been started with version 0.3.12, previous changes must be reconstructed from revision history.* +* 1.2.0: Add support for views, multiple comparison operators. + Remove support for Python 2. +* 1.1.0: Introduce `types` system to shortcut for SQLA types. +* 1.0.0: Massive re-factor and code cleanup. * 0.6.0: Remove sqlite_datetime_fix for automatic int-casting of dates, make table['foo', 'bar'] an alias for table.distinct('foo', 'bar'), check validity of column and table names more thoroughly, rename