From 9b500cd867eb73111b4b1bf5d24a1fd6e898cb44 Mon Sep 17 00:00:00 2001 From: Lars Butler Date: Mon, 5 Oct 2015 12:16:12 +0200 Subject: [PATCH] docs/changelog.rst: fix #1079 to version 0.10.1 - DEV --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4e9dea58..b340aab0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,7 @@ Changes in 0.10.1 - DEV - Document save's save_condition error raises `SaveConditionError` exception #1070 - Fix Document.reload for DynamicDocument. #1050 - StrictDict & SemiStrictDict are shadowed at init time. #1105 +- Remove test dependencies (nose and rednose) from install dependencies list. #1079 Changes in 0.10.0 =================