diff --git a/python-peewee.changes b/python-peewee.changes index 7adf274..41ace9d 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,6 +1,21 @@ ------------------------------------------------------------------- Thu Jul 19 15:38:58 UTC 2018 - mcepl@suse.com +- Update to 3.6.4: + - bugfixes + - works with python 3.7.0 + - Support for specifying ROWS or RANGE window frame types. + - Add APIs for user-defined window functions if using + pysqlite3 and sqlite 3.25.0 or newer. + - TimestampField now uses 64-bit integer data-type for + storage. + - Added support to pwiz and playhouse.reflection to enable + generating models from VIEWs. + - Added lower-level database API for introspecting VIEWs. + - Revamped continuous integration setup for better coverage, + including 3.7 and 3.8-dev. + - Allow building C extensions even if Cython is not + installed, by distributing pre-generated C source files. - Fixes tests -------------------------------------------------------------------