From fd2c01489170ca7284b4f88ae330e552ad84b474 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Thu, 3 Sep 2020 11:21:26 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 649b8e3..197b89f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ 3.0 +- UI shows different colours for different types +- Better documentation on the website - By default relations are saved as json. This allows to keep the type - Dates can no longer be added or subtracted - Types are now inferred by column, no longer by cell @@ -10,6 +12,8 @@ - Prevent relation/field names from being reserved keywords - Fixed issue in cli where loading an invalid file would lead to a crash - Added typing hints throughout the code +- New major release, API changed +- Windows: installer installs python and uses pip to get dependencies 2.5 - Add new class of tests for queries that are supposed to fail