aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-19 21:36:58 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-19 22:09:10 +0200
commitc15b02890d9717c5afa62debfbc81678db5e79a3 (patch)
tree8c7b8178baa41dd4f2b0c9891224736f5edcf46e /CHANGELOG.md
parentRemove headers after compilation. (diff)
Add Markdown lint.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22e6e2d3..c59fe469 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,19 +1,39 @@
# Changelog
+
All notable changes to this project will be documented in this file.
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).
+## Unreleased
+
+### Added
+
+- Markdown linting
+
+### Changed
+
+- Added unneded files to `.dockerignore`
## [0.3.0] - 2018-18-09
+
### Added
+
- Do not recommend pushes to `master` in `CONTRIBUTING.md`
-- Documentation about how to set up the site and Postgres up locally using Docker and `pip`
+
+- Documentation about how to set up the site and
+ Postgres up locally using Docker and `pip`
+
- Healthchecks for the `app` container
+
- Require 100% code coverage in `CONTRIBUTING.md`
+
- Require `CHANGELOG.md` updates in `CONTRIBUTING.md`
+
- The `psmgr` console script as a shortcut to `python manage.py`
+
- This file
### Changed
+
- Improved build speed by not installing unneeded dependencies.