update CHANGELOG

This commit is contained in:
James Bardin 2017-04-24 21:12:59 -04:00
parent 10ee31d5a2
commit 7a07c4e99c
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ FEATURES:
IMPROVEMENTS:
* core: Add a `-reconfigure` flag to the `init` command, to configure a backend while ignoring any saved configuration [GH-13825]
* helper/schema: Disallow validation+diff suppression on computed fields [GH-13878]
* config: The interpolation function `cidrhost` now accepts a negative host number to count backwards from the end of the range [GH-13765]
* config: New interpolation function `matchkeys` for using values from one list to filter corresponding values from another list using a matching set. [GH-13847]