Skip to content

Commit

Permalink
Changelog for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jun 28, 2021
1 parent 2c1f97e commit 5ac881b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
---------

v1.5.0
''''''

- A new `MappingValues` template behaves like `Sequence` but for mappings with
arbitrary keys.
- A new `Optional` template allows other templates to be null.
- `Filename` templates now have an option to resolve relative to a specific
directory. Also, configuration sources now have a corresponding global
option to resolve relative to the base configuration directory instead of
the location of the specific configuration file.
- There is a better error message for `Sequence` templates when the data from
the configuration is not a sequence.

v1.4.0
''''''
Expand Down

0 comments on commit 5ac881b

Please sign in to comment.