From 891fbcf172bede80dbd73025c36e9c8b593d60ab Mon Sep 17 00:00:00 2001 From: mehdi-loup Date: Tue, 4 Jun 2019 16:22:44 -0400 Subject: [PATCH] Update CHANGELOG.md Changelog for https://github.com/Shopify/quilt/pull/736 --- packages/react-form-state/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/react-form-state/CHANGELOG.md b/packages/react-form-state/CHANGELOG.md index afb85a7617..6323c1a4ee 100644 --- a/packages/react-form-state/CHANGELOG.md +++ b/packages/react-form-state/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [0.11.3] + +### Added + +- Extend the return type of the submit handler for `FormState` component to accept a promise of both `void` and `RemoteError[]`. [#736](https://github.com/Shopify/quilt/pull/736) ## [0.11.2] - 2019-05-22