Add note about removal of Context.Parent

This commit is contained in:
Dan Buch 2016-05-17 20:27:42 -04:00
parent 1925bb4e3b
commit a02aab6b4b
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -27,6 +27,7 @@
- deprecated `App.Author`, `App.Email`, and `Command.ShortName` fields
- All `Context.Global*` methods, as the non-global versions now traverse up
the context lineage automatically.
- `Context.Parent` method, as this is now available via `Context.Lineage`
### Fixed
- `Context.BoolT` now returns `true` when not found