File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
The format of this change log follows the advice given at [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
7
7
8
8
## [ 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
+
9
17
## [ v3.3.10] - 2023-10-20
10
18
### Added
11
19
- 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
94
102
95
103
All the details about [ previous releases] can be found in [ local_codechecker] ( https://github.com/moodlehq/moodle-local_codechecker ) own change log.
96
104
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
98
107
[ v3.3.10 ] : https://github.com/moodlehq/moodle-cs/compare/v3.3.9...v3.3.10
99
108
[ v3.3.9 ] : https://github.com/moodlehq/moodle-cs/compare/v3.3.8...v3.3.9
100
109
[ v3.3.8 ] : https://github.com/moodlehq/moodle-cs/compare/v3.3.7...v3.3.8
You can’t perform that action at this time.
0 commit comments