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

- old
+ new

@@ -1,8 +1,18 @@ # Change log ## master +## 2.3.1 (2023-01-17) + +- [Fixes [#110](https://github.com/palkan/anyway_config/issues/110)] Fix setting up autoloader for the same folder. ([@palkan][]) + +- RBS: Now `.on_load` automatically pass block context type (instance), so no need to add annotations! ([@palkan][]) + +Steep 1.2+ is required. Read more about the [feature](https://hackmd.io/xLrYaqUtQ1GhgTHODkYypw?view). + +- Added `manifest.yml` for RBS. ([@palkan][]) + ## 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.