From a1a5b20cda09095b59e462c96feaa3d30ccfd0c0 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Fri, 9 Oct 2020 08:38:31 -0700 Subject: [PATCH] 0.4 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571db0c..3137a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.4] - unreleased +## [0.4] - 2020-10-09 +### Changed +- Mimetypes are now inferred firstly by file extension, and go's DetectContentType failing that. -TBD +### Fixed +- As a result of the mimetype inference change mentioned above, CSS files for example will now be served with the appropriate text/css mimetype. ## [0.3] - 2020-08-16 ### Added