From 221341baf3da825ff91bcf9ea1c0544ac1d78e5e Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Thu, 5 Jul 2018 13:26:04 +0200
Subject: [PATCH] changelog updated

---
 CHANGELOG                                        | 10 ++++++++++
 persist/src/db/12.0.0~beta.7/fix_db_20180705.sql |  1 +
 2 files changed, 11 insertions(+)
 create mode 100644 persist/src/db/12.0.0~beta.7/fix_db_20180705.sql

diff --git a/CHANGELOG b/CHANGELOG
index d7970ed615..bce57ced88 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+minerva (12.0.0~beta.7) unstable; urgency=medium
+  * Bug fix: clicking on rectangle in google maps API doesn't work
+  * Bug fix: there is no need for the google consent agreement for openlayers
+  * Bug fix: disable rotating of openlayers map
+  * Bug fix: Export of zoomed out map didn't work when the map wrapped
+  * Bug fix: css issues in safari
+  * Bug fix: map resize doesn't trigger coordinates change listener
+
+ -- Piotr Gawron <piotr.gawron@uni.lu>  Thu, 05 Jul 2018 13:30:00 +0200
+
 minerva (12.0.0~beta.6) unstable; urgency=medium
   * Bug fix: touch devices - long click handler sometimes was fired when not
     necessary
diff --git a/persist/src/db/12.0.0~beta.7/fix_db_20180705.sql b/persist/src/db/12.0.0~beta.7/fix_db_20180705.sql
new file mode 100644
index 0000000000..a33b6ad89d
--- /dev/null
+++ b/persist/src/db/12.0.0~beta.7/fix_db_20180705.sql
@@ -0,0 +1 @@
+-- empty file to force directory to be commited to git repo
-- 
GitLab