From 3c07252da6a812dfd58e4423ef739b8530cf3c41 Mon Sep 17 00:00:00 2001
From: "benjamin.jakimow" <benjamin.jakimow@geo.hu-berlin.de>
Date: Sun, 7 Jul 2019 18:49:16 +0200
Subject: [PATCH] updated documentation

Signed-off-by: benjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de>
---
 CHANGELOG.html           | 5 +++--
 doc/source/changelog.rst | 8 ++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.html b/CHANGELOG.html
index 6dc76ae3..ac1acbe0 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -364,9 +364,10 @@ ul.auto-toc {
 <h1 class="title">Changelog</h1>
 
 <dl class="docutils">
-<dt>2019-07-05 (version 1.5):</dt>
+<dt>2019-07-07 (version 1.5):</dt>
 <dd><ul class="first last simple">
-<li>fix: closed EO Time Series Viewer instance release all resources</li>
+<li>closing the EO Time Series Viewer instance will release all of its resources</li>
+<li>added &quot;Lock Map Panel&quot; to avoid unwanted resizing of central widget</li>
 <li>fixed missing updates of time series tree view when adding / removing source images</li>
 <li>map canvas context menu lists layers with spatial extent intersecting the cursor position only</li>
 <li>fixes feature selection error</li>
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index b4af3bb4..874775e8 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -1,6 +1,14 @@
 ==============
 Changelog
 ==============
+2019-07-07 (version 1.5):
+    * closing the EO Time Series Viewer instance will release all of its resources
+    * added "Lock Map Panel" to avoid unwanted resizing of central widget
+    * fixed missing updates of time series tree view when adding / removing source images
+    * map canvas context menu lists layers with spatial extent intersecting the cursor position only
+    * fixes feature selection error
+    * added quick label source image to label the path of raster layer
+
 2019-07-02 (version 1.4):
     * adding vector layers with sublayers will add all sublayers
     * map canvas context menu "Focus on Spatial Extent" will hide maps without time series data for the current spatial extent
-- 
GitLab