From cb1d7685096ca4d4366236864d37e647ec21d3e4 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Wed, 6 Oct 2021 14:25:21 +0800 Subject: [PATCH] Prepare changelog for release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738ffe6..0d37729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this library 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). +## [v3.3.3](https://github.com/NexusPHP/cs-config/compare/v3.3.2...v3.3.3) - 2021-10-06 + +- Enable `no_alternative_syntax` rule +- Change class attributes separation to `none` except for methods +- Remove operator override for braces in Nexus80 +- Add support for new fixers added in v3.2.0 +- Remove deprecated "tokens: use_trait" option +- Use own custom fixers +- Fix phpstan error on v0.12.99 + ## [v3.3.2](https://github.com/NexusPHP/cs-config/compare/v3.3.1...v3.3.2) - 2021-09-08 - Fix missing string substitution when `FixerGenerator::create()` fails