Merge pull request #368 from codegangsta/yaml-nested-changelog

Add a note to CHANGELOG about dot-delimited YAML key lookup
This commit is contained in:
Dan Buch 2016-04-30 13:46:42 -04:00
commit aaac36ecb9

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