From 84461bc1ff26662933f6f4aa07d65c77b9a82be8 Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Fri, 8 Nov 2019 22:11:34 +0530 Subject: [PATCH] Update CHANGELOG.md update changelog --- docs/CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 252df89..9302459 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -17,15 +17,6 @@ ### Removed - the ability to specify `&StringSlice{...string}` or `&IntSlice{...int}`. - To migrate to the new API, you may choose to run [the migrator - (python) script](./cli-v1-to-v2). -- The optimistic reordering of arguments and flags introduced by - https://github.com/urfave/cli/pull/36. This behavior only worked when - all arguments appeared before all flags, but caused [weird issues with boolean - flags](https://github.com/urfave/cli/issues/103) and [reordering of the - arguments](https://github.com/urfave/cli/issues/355) when the user - attempted to mix flags and arguments. Given the trade-offs we removed support - for this reordering. - adapter code for deprecated `Action` func signature - deprecated `App.Author`, `App.Email`, and `Command.ShortName` fields - All `Context.Global*` methods, as the non-global versions now traverse up