CHANGELOG.md in handbrake-0.3.0 vs CHANGELOG.md in handbrake-0.3.1
- old
+ new
@@ -1,4 +1,14 @@
+0.3.1
+=====
+
+- Add `:dry_run` option for {HandBrake::CLI}. When true, the commands
+ that would be executed otherwise are printed to standard out
+ instead.
+- Ensure that the directories needed by a call to
+ {HandBrake::CLI#output} exist before writing to them.
+- Ensure that the options hash passed into #output is not modified.
+
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.