Browse Source

Update CHANGELOG

Leo 9 years ago
parent
commit
064d301001
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -33,10 +33,12 @@ This version introduce major changes in the tmp and rc file.
       any argument. This way, the program tries to launch the corresponding
       command or the next one. The problem is that you can't call it with an
       option. To do this, use the **`run` subcommand**.
+ + Add `--yes` option.
  + Improve **list subcommand**, now using Textutils library, displaying in an
    array. Add `--length` argument to limit the length of displayed entries.
  + Improve **edit subcommand** (explain how to use to add commands, improve
    messages, offer to reedit when nothing was done).
+ + Improve **delete subcommand**, asking for confirmation before deleting.
 
 #### Minor