Browse Source

docs: add "unreleased" section to changelog

master
Garrit Franke 3 years ago
parent
commit
fe7b03552e
  1. 1
      .github/pull_request_template.md
  2. 6
      CHANGELOG.md

1
.github/pull_request_template.md

@ -13,3 +13,4 @@ Fixes #XXX
- [ ] Proposed feature/fix is sufficiently tested
- [ ] 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