Skip to content

Commit 02a279e

Browse files
committed
Prepare for v3.4.6 release
1 parent 3f4e7b2 commit 02a279e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66
The 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

205211
All 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

0 commit comments

Comments
 (0)