CHANGELOG.md in trollolo-0.1.1 vs CHANGELOG.md in trollolo-0.2.0

- old
+ new

@@ -1,9 +1,19 @@ # Trollolo Changelog ## Master (unreleased) +## Version 0.2.0 + +* Require Ruby to be >= 2.2.0 and < 2.4.2 until #139 is fixed. +* `burndown-init` only requires the `--board-id` option. The `--output` option + is optional and defaults to the current working directory. Fix #103. +* Allow to define checklists that should not be parsed as task lists. Such lists + can be added in the trollolorc as `no_task_checklists`. +* Allow to provide a board id when calling `burndown`. Fix #100. +* Set the attached image as cover in `burndown --plot-to-board`. Fix #124. + ## Version 0.1.1 * Fix the bug introduced whith always setting the burndown chart as the cover for `burndown --plot-to-board`, as it only worked with files in the current directory.