From f70d0697a78e74be827dbe2a3301a22a44e5e699 Mon Sep 17 00:00:00 2001 From: Itai Shirav Date: Sun, 19 Feb 2017 09:30:19 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 59d97c0..b1210f7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,10 @@ Change Log - Pagination: passing -1 as the page number now returns the last page - Accept datetime values for date fields (Zloool) - Support readonly mode in Database class (tswr) +- Added support for the Buffer table engine (emakarov) +- Added the SystemPart readonly model, which provides operations on partitions (M1ha) +- Added Model.to_dict() that converts a model instance to a dictionary (M1ha) +- Added Database.raw() to perform arbitrary queries (M1ha) v0.7.1 ------