features/changelog.md in bogus-0.0.3 vs features/changelog.md in bogus-0.0.4
- old
+ new
@@ -12,14 +12,18 @@
- Removed the need to require both bogus and bogus/rspec.
- Implemented anonymous fakes.
- Fixed a bug in copying ActiveRecord classes.
- (internal) Replaced autoloads with require.
-## 0.0.3 (not released yet)
+## 0.0.3
- Global fake configuration
- Inline method stubbing syntax
- Removed dependency on RR
- verifies_contracts records on described_class instead of class based on fake name
- Replacing classes with fakes
- Extracting common interface out of multpile classes to create duck types
+
+## 0.0.4
+
+- Support mocking methods with optional parameters