From 4f31d1ef7ae4971acb9a77f4787f4f60e9940fa2 Mon Sep 17 00:00:00 2001 From: "Eon S. Jeon" Date: Thu, 3 Jan 2019 17:39:37 +0900 Subject: [PATCH] StaticFiles now serves both indices --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cbc740d53..3b26581c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,8 @@ * `StaticFiles` configuration is moved to `StaticFileConfig` completely. +* `StaticFiles` now serves both index file and directory index. + ## [0.7.17] - 2018-xx-xx ### Fixed