From a7d7be1eead76a1b3e30dbe402cc41caf799ea28 Mon Sep 17 00:00:00 2001 From: James Mead Date: Wed, 2 Aug 2023 10:05:20 +0100 Subject: [PATCH] Changelog changes (#619) * Add missing reference to CHANGELOG.md I missed this in 2c52bef1b1d68f7a27659ea971d0daf8474f2e42. * Explain that CHANGELOG.md will no longer be updated --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d5434..35125fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to this project will be documented in this file. +This file will no longer be updated - all changes after v6.7.0 will only be documented in the relevant release note. ## [6.7.0] - 2023-07-26 @@ -281,6 +281,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/ - Extract mandatory options to constants +[6.7.0]: https://github.com/rack/rack-attack/compare/v6.6.1...v6.7.0/ [6.6.1]: https://github.com/rack/rack-attack/compare/v6.6.0...v6.6.1/ [6.6.0]: https://github.com/rack/rack-attack/compare/v6.5.0...v6.6.0/ [6.5.0]: https://github.com/rack/rack-attack/compare/v6.4.0...v6.5.0/