Add note about removal of `Context.Parent`

main
Dan Buch 8 years ago
parent 1925bb4e3b
commit a02aab6b4b
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

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

Loading…
Cancel
Save