From 068fdf1504aa21ee04863a43fa99152c53581753 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Tue, 29 Dec 2020 00:40:05 +0300 Subject: [PATCH] Bump 2.1.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3dcf07..c1abe90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## 2.1.0 (2020-12-29) + - Drop deprecated `attr_config` instance variables support. Config setters no longer write instance variables. @@ -9,7 +11,7 @@ Config setters no longer write instance variables. - Add `config.anyway_config.future` to allow enabling upcoming features. ([@palkan][]) For smoother upgrades, we provide a mechanism to opt-out to the new defaults beforehand. -Currently, only `:unwrap_known_environments` feature could be enabled: +Currently, only `:unwrap_known_environments` feature could be enabled (see below): ```ruby config.anyway_config.future.use :unwrap_known_environments