Skip to content

Commit

Permalink
Bump 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 28, 2020
1 parent f81a443 commit 068fdf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## master

## 2.1.0 (2020-12-29)

- Drop deprecated `attr_config` instance variables support.

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
Expand Down

0 comments on commit 068fdf1

Please sign in to comment.