Changelog changes (#619)

* Add missing reference to CHANGELOG.md

I missed this in 2c52bef1b1.

* Explain that CHANGELOG.md will no longer be updated
This commit is contained in:
James Mead 2023-08-02 10:05:20 +01:00 committed by GitHub
parent 2c52bef1b1
commit a7d7be1eea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/