From df70de4324e702bb75910279e4fbc3c030a43c6a Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Tue, 28 Nov 2017 18:20:14 +0100 Subject: [PATCH] Fix CHANGELOG.md for v5.7.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2103d34..b041f2155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog ## 5.7.0 - 2017-11-28 -* [#999](https://github.com/stripe/stripe-php/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries) +* [#390](https://github.com/stripe/stripe-php/pull/390) Remove some unsupported API methods +* [#391](https://github.com/stripe/stripe-php/pull/391) Alphabetize the list of API resources in `Util::convertToStripeObject()` and add missing resources +* [#393](https://github.com/stripe/stripe-php/pull/393) Fix expiry date update for card sources ## 5.6.0 - 2017-10-31 * [#386](https://github.com/stripe/stripe-php/pull/386) Support for exchange rates APIs