From 1b1f29a8555db348359d53c0a6a9b25b89b521a3 Mon Sep 17 00:00:00 2001 From: geographika Date: Wed, 4 Apr 2018 19:57:04 +0200 Subject: [PATCH] Update HISTORY for 0.7 release --- docs/HISTORY.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index 4d4bbe9..8a9817f 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -1,5 +1,17 @@ Releases -------- + +0.7.0 (04/04/2018) +++++++++++++++++++ + ++ Finalise validation API ++ Finalised Mapfile comments API ++ New ``dictfind`` function ++ Allow non-string function parameters in expressions ++ Use of CaseInsensitiveOrderedDict throughout transformer ++ UTF comments ++ JSONSchema updates and fixes + 0.6.2 (24/02/2018) ++++++++++++++++++