diff --git a/CHANGELOG.md b/CHANGELOG.md index b21891f..135617c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog ## [Unreleased] -- Start tracking changes in `CHANGELOG.md` -- Aggregate over connection types in the cred explorer (#502) -- Support hosting SourceCred instances at arbitrary gateways, not just the root of a domain (#643) -- Display version string in the app's footer - Rename cred explorer table columns (#680) +- Display version string in the app's footer +- Support hosting SourceCred instances at arbitrary gateways, not just + the root of a domain (#643) +- Aggregate over connection types in the cred explorer (#502) +- Start tracking changes in `CHANGELOG.md` + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d917535..ec58c3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,8 @@ This is the same set of tests that is run on our CI system, Travis. If your patch makes a change that would be visible or interesting to a user of SourceCred—for example, fixing a bug—please add a description of -the change under the `[Unreleased]` heading of `CHANGELOG.md`. +the change under the `[Unreleased]` heading of `CHANGELOG.md`. Your new +change should be the first entry in the section. ## When writing commit messages