From b429f5a1412bb825bcd8e565108a49c7176621ef Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Tue, 14 Mar 2023 09:29:06 +0800 Subject: [PATCH] Changelog notes for reverting the only one-space before assignment operator rule --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a7b19..82206cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +### Revert +- Revert the check for the only one-space rule before the assignment operator @ `Squiz.WhiteSpace.OperatorSpacing` as an interim solution while we revisit MDLSITE-6594. ## [v3.3.2] - 2023-02-13 ### Added