CHANGELOG.markdown in interactive-0.4.0 vs CHANGELOG.markdown in interactive-0.5.0

- old
+ new

@@ -1,4 +1,8 @@ +v0.5.0 -- Fri Mar 20 20:01:26 EDT 2015 +-------------------------------------- +- added `Question#reask`. + v0.4.0 -- Thu Mar 19 08:32:20 EDT 2015 -------------------------------------- - added support for stubbing Question#ask RSpec's `instance_double` method. (i.e. `instance_double("Interactive::Question", ask: nil)` does not throw an error)