CHANGELOG.md in handbrake-0.0.2 vs CHANGELOG.md in handbrake-0.1.0
- old
+ new
@@ -1,4 +1,12 @@
+0.1.0
+=====
+
+- Change {HandBrake::Title#chapters} from an Array to a Hash. This is
+ consistent with {HandBrake::Titles} and obviates the need for index
+ to chapter number conversions. {HandBrake::Title#all_chapters} is
+ the equivalent of the old {HandBrake::Title#chapters} method.
+
0.0.2
=====
- Add {HandBrake::Chapter#number}.