Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@crimson-knight crimson-knight released this 02 Aug 15:09
· 10 commits to master since this release
f844da3

What's Changed

  • Fixes tests that check for "charset=utf-8" in the Content-Type header when application/json is the content type.
  • Alters the Static pipeline slightly. When a directory is trying to be accessed but the trailing slash is not provided, the request will first redirect before returning a 404 if directory_listing is false (the default behavior). Previously, the redirect would have been skipped and just returned.

Full Changelog: v1.4.0...v1.4.1