CHANGELOG.md in anyway_config-2.4.0 vs CHANGELOG.md in anyway_config-2.4.1
- old
+ new
@@ -1,12 +1,18 @@
# Change log
## master
+## 2.4.1 (2023-05-04)
+
+- Add custom namespace support via `ejson_namespace` ([@bessey])
+
+- Add arbitrary custom loader options support via `loader_options` ([@bessey])
+
## 2.4.0 (2023-04-04)
-- Add `Confi#as_env` to convert config into a ENV-like HASH. ([@tagirahmad][])
+- Added `Confi#as_env` to convert config into a ENV-like Hash. ([@tagirahmad][])
- Added experimental support for sub-configs via coercion. ([@palkan][])
```ruby
class AnotherConfig < Anyway::Config
@@ -515,5 +521,6 @@
[@skryukov]: https://github.com/skryukov
[@fargelus]: https://github.com/fargelus
[@prog-supdex]: https://github.com/prog-supdex
[@inner-whisper]: https://github.com/inner-whisper
[@tagirahmad]: https://github.com/tagirahmad
+[@bessey]: https://github.com/bessey