From 46cf78964fe9cbd0659f8773940ae6761a658054 Mon Sep 17 00:00:00 2001 From: Rebecca Hum <16962021+rebeccahum@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:12:07 -0600 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6c31fa..f2e4b095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.2] - 2021-04-28 + +Props: jrfnl + +### Fixed +- [#681](https://github.com/Automattic/VIP-Coding-Standards/pull/681): ProperEscapingFunction: improve attribute matching accuracy for notAttrEscAttr. + ## [2.3.1] - 2021-04-23 Props: jrfnl @@ -550,6 +557,7 @@ Initial release. Props: david-binda, pkevan. +[2.3.1]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.1.0...2.2.0 From 0b9b134812df979e06305d238f406dec3c3d3852 Mon Sep 17 00:00:00 2001 From: Rebecca Hum <16962021+rebeccahum@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:36:35 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e4b095..045ac2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -557,7 +557,7 @@ Initial release. Props: david-binda, pkevan. -[2.3.1]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.1...2.3.2 +[2.3.2]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.1.0...2.2.0