CHANGELOG.md in frise-0.3.0 vs CHANGELOG.md in frise-0.4.0

- old
+ new

@@ -1,4 +1,14 @@ +### 0.4.0 (November 29, 2019) + +- Breaking changes + - Recursive inclusions now respect the hierarchy of configuration files, avoiding inclusions lower + in the hiearchy to be resolved before ones higher in the hierarchy + ([#14](https://github.com/velocidi/frise/pull/14)). +- Bug fixes + - Fix error messages from validations happening deeper in the config hierarchy, that were wrongly + missing the first character in their path ([#16](https://github.com/velocidi/frise/pull/16)). + ### 0.3.0 (April 16, 2018) - Breaking changes - Defaults and schemas are now defined using a directive in the YAML configs instead of implicitly by looking at load paths. See ([#7](https://github.com/velocidi/frise/pull/7)) for