CHANGELOG.md in handbrake-0.3.1 vs CHANGELOG.md in handbrake-0.4.0
- old
+ new
@@ -1,4 +1,14 @@
+0.4.0
+=====
+
+- Allow the `:runner` option for {HandBrake::CLI} to take a lambda
+ that returns the runner. (#4)
+- Document the default runner to make the runner protocol
+ explicit. (#4)
+- Ensure that arguments that contain quotes are properly escaped
+ during execution. (#2; reported by bmatsuo)
+
0.3.1
=====
- Add `:dry_run` option for {HandBrake::CLI}. When true, the commands
that would be executed otherwise are printed to standard out