From 3deb14a27c21bb60b44f3d3d24c94def5e8b9c30 Mon Sep 17 00:00:00 2001 From: Lucas Mansur Date: Tue, 13 Mar 2018 12:09:25 -0300 Subject: [PATCH] Fix v5.0.0 release date --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705b7d2..575d02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). - ## v5.1.0 - 10 Mar 2018 @@ -15,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixes arguments passed to deprecated internal methods. (#198) -## v5.0.0 - 4 July 2016 +## v5.0.0 - 9 Aug 2016 - Deprecate `whitelist`/`blacklist` in favor of `safelist`/`blocklist`. (#181, thanks @renee-travisci). To upgrade and fix deprecations, find and replace instances of `whitelist` and `blacklist` with `safelist` and `blocklist`. If you reference `rack.attack.match_type`, note that it will have values like `:safelist`/`:blocklist`.