CHANGELOG.md in qonfig-0.15.0 vs CHANGELOG.md in qonfig-0.16.0
- old
+ new
@@ -1,10 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.16.0] - 2019-09-13
+### Added
+- `Qonfig::DataSet.build(&config_klass_definitions)` - build config instance immidietly without `Qonfig::DataSet`-class definition;
+- `#subset` - get a subset of config settings represented as a hash;
+
## [0.15.0] - 2019-09-02
### Added
-- `:format`-option for `load_from_self` and `expose_self` commands thath identifies which data format
+- `:format`-option for `load_from_self` and `expose_self` commands that identifies which data format
should be chosen for parsing;
## [0.14.0] - 2019-08-28
### Added
- `expose_json`