From 66cc4ee5d083fab0bf47c69a0cfc6e0dd11acaff Mon Sep 17 00:00:00 2001 From: jirik Date: Mon, 30 Nov 2020 11:59:07 +0100 Subject: [PATCH] Prepare changelog for v1.7.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 584c752da..a2a8f8103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.7.3 +2020-11-30 +### Changes +- If published [layer](doc/models.md#layer) has empty bounding box (i.e. no features), its bounding box on WMS/WFS endpoint is set to the whole World. This happens on [POST Layers](doc/rest.md#post-layers) and [PATCH Layer](doc/rest.md#patch-layer). +- [#40](https://github.com/jirik/layman/issues/40) Enable to upload empty ShapeFile. + ## v1.7.2 2020-11-09 ### Changes