Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for v8.7.0 #866

Merged
merged 1 commit into from Apr 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# CHANGELOG

### 8.7.0 2019-04-12
* Fix garbage-collection issues with `Stripe` callbacks [#863]
* Fix race-conditions with `CustomerSession` listeners [#856]
* Correctly parse JSON when creating or deleting customer card source [#857]
* Fix crash on some devices (e.g. Meizu) related to `TextInputEditText` [#858]
* Improve `PaymentMethodCreateParams.Card` creation [#862]
* Update `PaymentIntent#Status` enum [#870]
* Fix some memory leak issues in example app [#865]

### 8.6.0 2019-04-05
* Downgrade from AndroidX to Android Support Library [#849]
* Add setter for custom CVC field label on `CardMultilineWidget` [#843]
Expand Down