Update CHANGELOG

This commit is contained in:
Gonzalo Rodriguez 2018-10-30 11:12:25 -03:00
parent ef7fe67b5e
commit ff1cb4a445
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
## [5.4.2] - 2018-10-30
### Fixed
- Fix unexpected error when using `redis` 3 and any store which is not proxied
### Changed
- Provide better information in `MisconfiguredStoreError` exception message to aid end-user debugging
## [5.4.1] - 2018-09-29
### Fixed
@ -138,6 +148,7 @@ so your custom code is less prone to race conditions ([#282](https://github.com/
- Remove unused variable
- Extract mandatory options to constants
[5.4.2]: https://github.com/kickstarter/rack-attack/compare/v5.4.1...v5.4.2/
[5.4.1]: https://github.com/kickstarter/rack-attack/compare/v5.4.0...v5.4.1/
[5.4.0]: https://github.com/kickstarter/rack-attack/compare/v5.3.2...v5.4.0/
[5.3.2]: https://github.com/kickstarter/rack-attack/compare/v5.3.1...v5.3.2/