From c772af8f0fce5a4a8d4aa7940279c506c79c2dbf Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Thu, 16 May 2019 12:51:41 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e776ca0..d59777d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [cghange] Use Final Form on `StripePaymentForm` for consistency. Note that card form Stripe + Elements in `StripePaymentForm` is not a Final Form field so it's not available trough Final Form + but handled separately. [#1088](https://github.com/sharetribe/flex-template-web/pull/1088) - [change] Move Stripe SDK call from `StripePaymentForm` to `stripe.duck.js` for consistency. [#1086](https://github.com/sharetribe/flex-template-web/pull/1086)