Skip to content

Commit

Permalink
0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Li committed Oct 9, 2020
1 parent b320c87 commit a1a5b20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1a5b20

Please sign in to comment.