From 141a5533c97306525551dc215510735e5b50ae0b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 9 Feb 2014 13:26:32 +0000 Subject: [PATCH] Documented fix for #879 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index fc5831b5..a67937ff 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,9 @@ Version 0.10.2 - Fixed an etags bug when sending a file streams with a name. - Fixed `send_from_directory` not expanding to the application root path correctly. +- Changed logic of before first request handlers to flip the flag after + invoking. This will allow some uses that are potentially dangerous but + should probably be permitted. Version 0.10.1 --------------