CHANGELOG.md in cliprompt-0.0.3 vs CHANGELOG.md in cliprompt-0.0.4

- old
+ new

@@ -1,19 +1,25 @@ Cliprompt Changelog ===================== +v0.0.4 - 2014-05-24 +-------------------- + +- add an option `aslist` for we can decide if we want it as a list or not +- add a way to display big list, when choices are more than 5, make a list out of them + v0.0.3 - 2014-05-20 -------------- +-------------------- - relax the boolean check so 1 and 0 can be used for yes and no (especially for env vars) - added a `guess` method to have env var override question if set v0.0.2 - 2014-05-20 ------------ +-------------------- - fix case when numbers are used in choices - added some test coverage for further evolution easiness v0.0.1 - 2014-05-19 -------------- +-------------------- - first draft