From fe7b03552e19b1ea9653371ec492d2f1c21325b1 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Mon, 22 Feb 2021 13:03:58 +0100 Subject: [PATCH] docs: add "unreleased" section to changelog --- .github/pull_request_template.md | 3 ++- CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9ac7b58..8d732e3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,4 +12,5 @@ Fixes #XXX ### ToDo - [ ] Proposed feature/fix is sufficiently tested -- [ ] Proposed feature/fix is sufficiently documented \ No newline at end of file +- [ ] Proposed feature/fix is sufficiently documented +- [ ] The "Unreleased" section in the changelog has been updated, if applicable diff --git a/CHANGELOG.md b/CHANGELOG.md index df9d416..43b7011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +**Features** + +- Match statements (#15) + ## v0.4.0 (2021-02-20) This release introduces the concept of structs, alongside many improvements to the documentation.