diff --git a/CHANGELOG.md b/CHANGELOG.md index f95034834..5198f1b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This changelog covers all three packages, as they are (for now) updated as a whole +## UNRELEASED + +- Add folders with list & grid views, allow drag & drop uploads #228 +- Show icons in sidebar + ## v0.32.1 - Lock ed25519 version #230 diff --git a/pull_request_template.md b/pull_request_template.md index 6ec74e9b6..ab40dda5c 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,6 +1,6 @@ PR Checklist: -- [ ] Link to related issue +- [ ] Link to related issues: - [ ] Add changelog entry linking to issue -- [ ] Added tests (if needed) +- [ ] Add tests (if needed) - [ ] (If new feature) added in description / readme