diff --git a/CHANGELOG.md b/CHANGELOG.md index 0866afcfae..b8ce17f56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) **For example** - DP-1234: The short description text on a [service detail](http://mayflower.digital.mass.gov/?p=pages-detail-for-service-howto-location) page banner ([@organisms/by-template/page-banner](http://mayflower.digital.mass.gov/?p=organisms-page-banner)) should now render ([PR #493](https://github.com/massgov/mayflower/pull/493)) +## 9.4.2 (04/10/2019) + +### Fixed +- (React) [InputCurrency] DP-13450: Fixed bug relating to error handling on blur in InputCurrency. #533 + ## 9.4.1 (04/10/2019) ### Fixed diff --git a/changelogs/DP-13450.md b/changelogs/DP-13450.md deleted file mode 100644 index 1ebf62f251..0000000000 --- a/changelogs/DP-13450.md +++ /dev/null @@ -1,3 +0,0 @@ -Patch -Fixed -- (React) [InputCurrency] DP-13450: Fixed bug relating to error handling on blur in InputCurrency. #533 \ No newline at end of file diff --git a/changelogs/react-readme.md b/changelogs/react-readme.md deleted file mode 100644 index 68e573fee0..0000000000 --- a/changelogs/react-readme.md +++ /dev/null @@ -1,4 +0,0 @@ -___EXAMPLE___ -Patch -Added -- (React) [README] Add documentation for creating assets symlink for Windows bash users. #534