features/CHANGELOG.markdown in verified_double-0.4.3 vs features/CHANGELOG.markdown in verified_double-0.5.0

- old
+ new

@@ -1,4 +1,12 @@ +0.5.0 - 2013-12-24 +------------------ + +* [#27] Implement describe "contract" feature. + +* [#22] Add VerifiedDouble.any_instance_of(klass). Warning: only works with + should_receive. Doesn't work with expect/allow syntax. + 0.4.3 - 2013-10-22 ------------------ * [#26] Allow class to be passed to `of_instance` and `of_class`.