From 66cc773a3002d5bf05da10e22f49b66541e5da1b Mon Sep 17 00:00:00 2001 From: tessereth Date: Thu, 5 Jul 2018 17:34:43 +1000 Subject: [PATCH] Update changes --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fa18d8989..b77ae686a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -49,6 +49,10 @@ * `HttpRequest::cookies()` returns `Ref>>` +* `StaticFiles::new()` returns `Result, Error>` instead of `StaticFiles` + +* `StaticFiles` uses the default handler if the file does not exist + ### Removed