CHANGELOG.md in trollolo-0.0.9 vs CHANGELOG.md in trollolo-0.0.10

- old
+ new

@@ -1,6 +1,20 @@ # Trollolo Changelog +## Version 0.0.10 + +* Rename `sprint-cleanup` to `cleanup-sprint`. +* Configure board, list and label names to trollolorc. The commands + `cleanup-sprint`, `move-backlog`, `set-priorities` and `setup-scrum` will use + these names. You will still need to provide board IDs, or their aliases, as + several boards can share the same name. +* Add `setup-scrum` command to create all necessary elements of our scrumb board + as configured in trollolorc or using the defaults. A sample configuration can + be found in `spec/data/trollolorc`. Fixes #57 +* Add option for backlog list name in `set-priorities`. +* Add `move-backlog` command for moving a backlog from a planning to a sprint board +* Handle boards which have an "Accepted" column in addition to a "Done" column + ## Version 0.0.9 * Add `sprint-cleanup` command to move cards back from the sprint board to the planning board. It takes all cards from the "Sprint backlog" and "Doing" columns on the sprint board, moves them to the "Ready" column on the planning