features/changelog.md in bogus-0.0.4 vs features/changelog.md in bogus-0.1.0
- old
+ new
@@ -25,5 +25,16 @@
## 0.0.4
- Support mocking methods with optional parameters
+## 0.1.0 (in progress)
+
+- Support for stubbing on frozen fakes
+- Safe stubbing of constructors
+- Fixed spying on anonymous fakes
+- Automatic handling of ActiveRecord columns
+- Support Ruby 2.0 keyword arguments
+
+### Breaking changes:
+
+- Fakes no longer return themselves from unstubbed method calls, because this was often a source of confusion. In the new version we return a Bogus::UndefinedReturnValue which contains the method name and arguments from where it was returned.