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

- old
+ new

@@ -1,9 +1,18 @@ # Change log ## master +## 2.2.3 (2022-01-21) + +- Fix Ruby 3.1 compatibility. ([@palkan][]) + +- Add ability to set default key for environmental YAML files. ([@skryukov]) + +Define a key for environmental yaml files to read default values from with `config.anyway_config.default_environmental_key = "default"`. +This way Anyway Config will try to read settings under the `"default"` key and then merge environmental settings into them. + ## 2.2.2 (2020-10-26) - Fixed regression introduced by the `#deep_merge!` refinement. ## 2.2.1 (2020-09-28) @@ -437,5 +446,6 @@ [@dsalahutdinov]: https://github.com/dsalahutdinov [@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