From 1dd036f0d2362fe4fab82bd2d20e8b71d0324293 Mon Sep 17 00:00:00 2001 From: Linus Marton Date: Fri, 18 Jan 2019 13:09:41 +0100 Subject: [PATCH] Update CHANGELOG It's not really a breaking change. No code has been changed and it still works on Ruby 2.1 and 2.2. Those version were just removed from CI. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7599af..fb63fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ ### Breaking changes -- Drop official support for Ruby 2.1 and 2.2. (#573) +None ### Other changes +- Drop official support for Ruby 2.1 and 2.2. (#573) - Improve exception handling for `#policy_scope` and `#policy_scope!`. (#550) - Add `:policy` metadata to RSpec template. (#566)