From a02aab6b4bd3faa000dd633de3862090fcc19e0e Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 17 May 2016 20:27:42 -0400 Subject: [PATCH] Add note about removal of `Context.Parent` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3470ccd..1c94a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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