From e30917344ba0f32a9c50cf2d4da846d302e1fa18 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Tue, 25 Mar 2014 09:23:35 -0400 Subject: [PATCH] Update NEWS and README --- NEWS.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index aead260..24639f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,7 @@ * Add support for creating a card with an existing billing address (#45) * Transactions have a type of "sale" (#46) * Require at least Ruby 1.9.2 +* Add support for `Braintree::Subscription.retry_charge` # 0.3 diff --git a/README.md b/README.md index 22ff85a..497f56b 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ of them (yet). * `Braintree::Subscription.create` * `Braintree::Subscription.find` * `Braintree::Subscription.update` +* `Braintree::Subscription.retry_charge` ### Transaction * `Braintree::Transaction.find`