CHANGELOG.md in anyway_config-2.2.3 vs CHANGELOG.md in anyway_config-2.3.0

- old
+ new

@@ -1,9 +1,18 @@ # Change log ## master +## 2.3.0 (2022-03-11) + +- Add ability to load configurations under specific environments in pure Ruby apps. ([@fargelus][]). + +Before loading environment configurations you need to specify variable `Anyway::Settings.current_environment`. In Rails apps this variable is same as `Rails.env` value. +After adding yaml loader will try to load params under this environment. + +Also required env option was added to `Anyway::Config`. + ## 2.2.3 (2022-01-21) - Fix Ruby 3.1 compatibility. ([@palkan][]) - Add ability to set default key for environmental YAML files. ([@skryukov]) @@ -447,5 +456,6 @@ [@charlie-wasp]: https://github.com/charlie-wasp [@jastkand]: https://github.com/jastkand [@envek]: https://github.com/Envek [@progapandist]: https://github.com/progapandist [@skryukov]: https://github.com/skryukov +[@fargelus]: https://github.com/fargelus