From b68e282cc4e4e1bc34805f9f2383562e3c4dcc4b Mon Sep 17 00:00:00 2001 From: Kieran Brahney Date: Thu, 19 May 2022 16:53:14 +0100 Subject: [PATCH] Chore: update changelog --- changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog.md b/changelog.md index 9f23f9b1b..284e5a15c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,22 @@ +1.19.4 / 2022-05-19 +=================== + +## Build + * Add License.md to zip tarball (#2386) + +## Chore + * Updated build status badges (#2424) + * Enabled stable bot (#2425) + +## Core + * Fixed validation for input type="date" (#2360) + * Wait for pendingRequests to finish before submitting form (#2369) + * Fixed bug for Html Editors (#2154) (#2422) + * Fixed ReDoS vulnerability in URL2 validation (#2428) + +## Test + * Switch from Travis to GitHub workflows (#2423) + 1.19.3 / 2021-01-09 ===================