From 36fc78d6195e93fa02df663c1211fe9b1d61fb42 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 5 May 2019 23:25:55 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1595dc..19a5460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Man pages. +- The project can now be built and installed using `make`. + +### Changed +- Unknown configuration fields are no longer tolerated. + +### Removed +- In challenge hooks, the `algorithm` template variable has been removed. ## [0.3.0] - 2019-04-30