Skip to content

Commit a415a54

Browse files
committed
Prepare the v3.3.11 release
1 parent f57ae0f commit a415a54

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
77

88
## [Unreleased]
9+
## [v3.3.11] - 2023-11-29
10+
### Changed
11+
- Amended the installation instructions to be able to use some dev dependencies.
12+
- Moved all links to "master" branches to their new "main" counterparts.
13+
14+
### Fixed
15+
- Solved a problem with the `CommaAfterLast` Sniff that was causing some valid multi-line arrays to be identified as invalid, missing commas.
16+
917
## [v3.3.10] - 2023-10-20
1018
### Added
1119
- Detected various duplicate array keys cases (code smell).
@@ -94,7 +102,8 @@ All features are maintained and no new features have been introduced to either t
94102

95103
All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log.
96104

97-
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.10...main
105+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.11...main
106+
[v3.3.11]: https://github.com/moodlehq/moodle-cs/compare/v3.3.10...v3.3.11
98107
[v3.3.10]: https://github.com/moodlehq/moodle-cs/compare/v3.3.9...v3.3.10
99108
[v3.3.9]: https://github.com/moodlehq/moodle-cs/compare/v3.3.8...v3.3.9
100109
[v3.3.8]: https://github.com/moodlehq/moodle-cs/compare/v3.3.7...v3.3.8

0 commit comments

Comments
 (0)