Skip to content

Commit 5503396

Browse files
committed
Prepare the v3.3.9 release
1 parent f2d483c commit 5503396

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.9] - 2023-09-26
10+
### Added
11+
- Defined (via `.gitattributes`) which files must not be part of distribution (generated .zip & .gz in GitHub, `--prefer-dist` in Composer, ...) packages. This includes docs, ci files, tests... Note that it's still possible to download the complete packages (using `git clone`, `--prefer-source` with Composer, ...).
12+
13+
### Fixed
14+
- Removed the `PSR1.Classes.ClassDeclaration.MissingNamespace` sniff from the `moodle-extra` standard because it was reporting some (for Moodle) false positives.
15+
916
## [v3.3.8] - 2023-09-22
1017
### Added
1118
- Detect PHPUnit data provider (`@dataProvider`) declarations using `()` after the function name.
@@ -82,7 +89,8 @@ All features are maintained and no new features have been introduced to either t
8289

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

85-
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.8...main
92+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.9...main
93+
[v3.3.9]: https://github.com/moodlehq/moodle-cs/compare/v3.3.8...v3.3.9
8694
[v3.3.8]: https://github.com/moodlehq/moodle-cs/compare/v3.3.7...v3.3.8
8795
[v3.3.7]: https://github.com/moodlehq/moodle-cs/compare/v3.3.6...v3.3.7
8896
[v3.3.6]: https://github.com/moodlehq/moodle-cs/compare/v3.3.5...v3.3.6

0 commit comments

Comments
 (0)