Update changelog

This commit is contained in:
Jenni Nurmi 2019-05-16 12:51:41 +03:00
parent 07dc5b0444
commit c772af8f0f

View file

@ -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)