From 12b8b5e3042e320b5db6d685a4698d82d224ff70 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Fri, 20 Jun 2014 23:21:17 +0200 Subject: [PATCH] docs: Add #741 fix --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 83a0570d..10e9484e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -127,6 +127,9 @@ Feature release. - Respond to all pending requests before closing connection. (PR: :issue:`722`) +- Stop incorrectly catching `LookupError` in command handling. + (Fixes: :issue:`741`) + **Local backend** - The ``local scan`` command now use multiple threads to walk the file system