From c42044089aa70dd170d11163b94629da69e14cc8 Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Tue, 31 Jan 2017 22:55:37 +0100 Subject: [PATCH] Updated changelog --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 281c42902..4871c1276 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ pydal changelog =============== +Version 17.01 +------------- + +Released on January 31st 2017 + +- Several bugfixes +- Introduced "joinable" sub-selects +- Values are now kept between callbacks + + Version 16.11 -------------