Add a note to CHANGELOG about dot-delimited YAML key lookup

This commit is contained in:
Dan Buch 2016-04-30 13:27:11 -04:00
parent 15d4455a61
commit 896d2fd3c1
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -10,6 +10,8 @@
- `App.Metadata` map for arbitrary data/state management
- `Set` and `GlobalSet` methods on `*cli.Context` for altering values after
parsing.
- Support for nested lookup of dot-delimited keys in structures loaded from
YAML.
### Changed
- The `App.Action` and `Command.Action` now prefer a return signature of