File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6
6
The format of this change log follows the advice given at [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
7
7
8
8
## [ Unreleased]
9
+ ## [ v3.4.5] - 2024-03-31
10
+ ### Fixed
11
+ - Solved a problem when checking constructor's promoted properties that was leading to some false positives.
12
+
9
13
## [ v3.4.4] - 2024-03-29
10
14
### Changed
11
15
- Improved some internal ` moodle.Util.Docblocks ` helpers and uses.
@@ -200,7 +204,8 @@ All features are maintained and no new features have been introduced to either t
200
204
201
205
All the details about [ previous releases] can be found in [ local_codechecker] ( https://github.com/moodlehq/moodle-local_codechecker ) own change log.
202
206
203
- [ Unreleased ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.4...main
207
+ [ Unreleased ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.5...main
208
+ [ v3.4.5 ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.4...v3.4.5
204
209
[ v3.4.4 ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.3...v3.4.4
205
210
[ v3.4.3 ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.2...v3.4.3
206
211
[ v3.4.2 ] : https://github.com/moodlehq/moodle-cs/compare/v3.4.1...v3.4.2
You can’t perform that action at this time.
0 commit comments