NEWS.md in fake_braintree-0.6.0 vs NEWS.md in fake_braintree-0.7.0
- old
+ new
@@ -1,4 +1,20 @@
+# HEAD (unreleased)
+
+* Allow configuring API server port (#73)
+* Require Capybara 2.2.0+ so we can configure the API server port
+* `FakeBraintree` no longer auto-starts when it is required. You must explicitly
+ call `FakeBraintree.activate!`
+* Allow associating a credit card with a subcription when calling
+ `Braintree::Subscription.create` (#80)
+* Update addons/discounts when calling `Braintree::Subscription.cancel` (#84)
+* Support `Braintree::CreditCard.delete`
+
+# 0.7.0
+
+* Add support for Merchant Account API.
+* Update client to 2.9.0 and drop-in to 1.7.0
+
# 0.6.0
* Remove support for 1.9.2, which is EOL'd. `fake_braintree` now requires
Ruby 1.9.3+.
* Use WEBrick as the Capybara server handler in all cases. Previously we used