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.