diff --git a/CHANGELOG.md b/CHANGELOG.md index f01dbfcda..9919910f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,13 +18,6 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * -Despite us having broken lockstep, we are continuing to release new versions of -all Certbot components during releases for the time being, however, the only -package with changes other than its version number was: - -* certbot -* certbot-apache - More details about these changes can be found on our GitHub repo. ## 0.35.1 - 2019-06-10 diff --git a/pull_request_template.md b/pull_request_template.md index 60fd6da7e..48d408ac3 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,3 +1,2 @@ -Be sure to edit the `master` section of `CHANGELOG.md`. This includes a -description of the change and ensuring the modified package(s) are listed as -having been changed. +Be sure to edit the `master` section of `CHANGELOG.md` to include a description +of the change being made in this PR. diff --git a/tools/_changelog_top.txt b/tools/_changelog_top.txt index 6983b3a43..a0f9b6553 100644 --- a/tools/_changelog_top.txt +++ b/tools/_changelog_top.txt @@ -12,10 +12,4 @@ * -Despite us having broken lockstep, we are continuing to release new versions of -all Certbot components during releases for the time being, however, the only -package with changes other than its version number was: - -* - More details about these changes can be found on our GitHub repo.