From eb987a1cafe63757df4e827bed30afe219f5d97b Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Mon, 4 Jul 2016 22:31:38 -0400 Subject: [PATCH] Update changelog for v5.0.0.beta1 --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082f6cd9..4b2ecc58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,11 @@ ## master (unreleased) -## v5.0.0 (beta) +## v5.0.0.beta1 4 July 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`. + 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`. + - Remove test coverage for unsupported ruby dependencies: ruby 2.0, activesupport 3.2/4.0, and dalli 1. ## v4.4.1 17 Feb 2016