Fix up changelog a bit

This commit is contained in:
Friedrich Lindenberg 2020-01-11 16:50:30 +01:00
parent b362f25816
commit e7b212b589

View File

@ -3,6 +3,10 @@
*The changelog has only been started with version 0.3.12, previous *The changelog has only been started with version 0.3.12, previous
changes must be reconstructed from revision history.* 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, * 0.6.0: Remove sqlite_datetime_fix for automatic int-casting of dates,
make table['foo', 'bar'] an alias for table.distinct('foo', 'bar'), make table['foo', 'bar'] an alias for table.distinct('foo', 'bar'),
check validity of column and table names more thoroughly, rename check validity of column and table names more thoroughly, rename