Skip to content

Commit

Permalink
Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
naoty committed Dec 21, 2017
1 parent 23fdbfb commit 3957a0e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## 0.3.0

## Added
* `next` command to show a next undone todo.

## Changed
* `done` command without any orders marks a next undone todo as done.

## 0.2.1

### Fixed
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ $ todo list
[ ] 002: Make a todo management tool just for myself
```

### Next

```
$ todo next
Make a todo management tool just for myself
```

### Move

```
Expand Down

0 comments on commit 3957a0e

Please sign in to comment.