From b4075818be3134e6419fb4aeb2e593671ad9f593 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 9 May 2017 16:28:09 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 88954c0..19e6cbc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +May 9th, 2017 +============= +* Version `0.17.0` of the client and version `0.24.0` of the server + * Fixed some missing return values documented but not present. See #360 + * `OBS_GetAvailableGeometries` now returns `geom_type`, `geom_extra` and `geom_tags` in addition to existing values. + * `OBS_GetAvailableTimespans` now returns `timespan_type`, `timespan_extra`, `timespan_tags` in addition to existing values. + March 28th, 2017 ================