features/changelog.md in bogus-0.1.3 vs features/changelog.md in bogus-0.1.4
- old
+ new
@@ -1,4 +1,12 @@
+## 0.1.4
+
+- Support for contracts in minitest
+- Allowed customizing the class being overwritten by verify_contract
+- Fixed is_a? behavior for fakes
+- Fake#is_a? now returns true for superclasses of and modules included into the faked class.
+- Reorganized the code into subdirectories
+
## 0.1.3
- Support for minitest
- Support nested constants in faked classes
- Fixed error in RSpec < 2.14