Browse Source

docs: add "unreleased" section to changelog

modules
Garrit Franke 3 years ago
parent
commit
38586484d6
  1. 3
      .github/pull_request_template.md
  2. 6
      CHANGELOG.md

3
.github/pull_request_template.md

@ -12,4 +12,5 @@ Fixes #XXX
### ToDo
- [ ] Proposed feature/fix is sufficiently tested
- [ ] Proposed feature/fix is sufficiently documented
- [ ] Proposed feature/fix is sufficiently documented
- [ ] The "Unreleased" section in the changelog has been updated, if applicable

6
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.

Loading…
Cancel
Save