From b859926b15547e31b34af8f916e3d113618ba192 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 30 Aug 2017 21:36:13 +0200 Subject: [PATCH] Update changelog to version 0.10.1 --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7e090c8c..5efc30fc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Release notes ************* +Version 0.10.1 +============== + +- print statement in the geo compare algorithm removed. +- String, numeric and geo compare functions now raise directly when an + incorrect algorithm name is passed. +- Fix unit test that failed on Python 2.7. + Version 0.10.0 ==============