From 1c77f9178b56b7e25de24b4ceef9a64b416a9886 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 1 Sep 2012 13:33:06 +0200 Subject: [PATCH] Update changelog with did-you-mean setting matching --- docs/changes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 2c697ca4..8c7e9d1d 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -22,6 +22,10 @@ v0.8 (in development) required and optional dependencies, their current versions, and some other information useful for debugging. (Fixes: :issue:`74`) +- When unknown settings are encountered, we now check if it's similar to a + known setting, and suggests to the user what we think the setting should have + been. + v0.7.3 (2012-08-11) ===================