From 0bc4738ef26827a45d3b50394d84d283f733ad63 Mon Sep 17 00:00:00 2001 From: mkideal Date: Sat, 21 May 2016 22:25:55 +0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07cd443..e73aed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ CHANGELOG ========= -# v0.0.1 (2016-05-12 08:55) +# v0.0.1 (2016-05-21) -# Long long ago... +Initializes the repository, and implements many important features. -Initialize the repository, implements many important features. - -* Add: Prasing flags base on tag of golang. +* Add: Prases flags base on golang tag. +* Add: Supports almost all basic types, slice and map as a flag. * Add: Fuzzy matching for suggestion. * Add: Supports command tree. -* Add: Pretty output for usage of command +* Add: Pretty output for usage of command. +* Add: Supports any type which implement `cli.Decoder` as a flag. +* Add: Parser for flag. +* Add: Supports editor like `git commit`.