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