CHANGELOG.md in handbrake-0.2.1 vs CHANGELOG.md in handbrake-0.3.0

- old
+ new

@@ -1,4 +1,20 @@ +0.3.0 +===== + +- Change the output from the `scan` action to be a {HandBrake::Disc} + object which contains a titles hash, rather than the hash directly. +- When `scan`ning for a single title, return only a single + {HandBrake::Title}. +- Accept a path for the `:atomic` option to + {HandBrake::CLI#output}. If specified, the temporary file will be + written to this path rather than the ultimate target directory. +- Ensure that trace mode prints updating lines (e.g., the encode + status) that do not end in newlines in a timely fashion. +- Add property-based constructors to {HandBrake::Title} and + {HandBrake::Chapter} for easier construction in tests of consuming + apps/libs. + 0.2.1 ===== - Include parent references in {HandBrake::Title} and {HandBrake::Chapter}.