Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 598 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 598 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • Static files now work out-of-the-box and whitenoise is always used to serve static files, not just in production.

[0.1.0] - 2020-10-28

Added

  • Swapped out use of environ.Env for environ.FileAwareEnv to allow for loading environment variables from files in addition to standard environment variables.