CHANGELOG.md in anyway_config-2.4.2 vs CHANGELOG.md in anyway_config-2.5.0
- old
+ new
@@ -1,8 +1,16 @@
# Change log
## master
+## 2.5.0 (2023-07-24)
+
+- Generators: Add `config_name` to generated classes if name contains underscore. ([@palkan][])
+
+- Load Rails extensions even if Rails was loaded after Anyway Config. ([@palkan][])
+
+- Fix handling `config.credentials.content_path` provided as String. ([@palkan][])
+
## 2.4.2 (2023-06-07)
- Use ANYWAY_ENV as the current environment if defined. ([@palkan][])
It can be used to specify environment for configs independently of Rails environment.