From efb5b5d2896f99715724250f5e37735b46099d67 Mon Sep 17 00:00:00 2001 From: Michael Douchin Date: Mon, 3 May 2021 17:31:58 +0200 Subject: [PATCH] Update changelog for 0.6.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550ddb1..1235c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.6.0 - 2021-05-03 + +* QGIS - Add QGIS 3.16 compatibility: plugin is now only compatible for QGIS >= 3.10 +* Synchronization - Manage conflicts for UPDATE at the same second +* Create & Upgrade database structure - use QGIS native db functions instead of DbManager functions +* Build mobile project - Fix datasource change for layers with a username containing integers +* Logs - Add the second bool parameter to the reportError method +* Install - Remove search_path from SQL files +* Tests - Add tests for UPDATE on the same object & the same column +* Docs - Update SchemaSpy database & processing doc + ## 0.5.1 - 2021-03-15 * Deploy all - Use the current project instead of asking for the directory & zip paths