File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66The format of this change log follows the advice given at [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
77
88## [ Unreleased]
9+
10+ ## [ v3.4.6] - 2024-04-03
11+ ### Fixed
12+ - Solved a problem where Windows file paths were not normalised leading to false positive results on some path-based sniffs.
13+ - Solved a problem with fetching the name of an anonymous class, or closure.
14+
915## [ v3.4.5] - 2024-03-31
1016### Fixed
1117- Solved a problem when checking constructor's promoted properties that was leading to some false positives.
@@ -204,7 +210,8 @@ All features are maintained and no new features have been introduced to either t
204210
205211All the details about [ previous releases] can be found in [ local_codechecker] ( https://github.com/moodlehq/moodle-local_codechecker ) own change log.
206212
207- [ Unreleased ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.5...main
213+ [ Unreleased ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.6...main
214+ [ v3.4.6 ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.5...v3.4.6
208215[ v3.4.5 ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.4...v3.4.5
209216[ v3.4.4 ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.3...v3.4.4
210217[ v3.4.3 ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.2...v3.4.3
You can’t perform that action at this time.
0 commit comments