Skip to content

Commit ae732ba

Browse files
authored
Merge pull request #4 from HarmonyIO/preparations-for-release
Updated changelog for release
2 parents 49d30eb + c7e3bbf commit ae732ba

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
*None*
13+
1214
### Changed
1315

16+
*None*
17+
1418
### Deprecated
1519

20+
*None*
21+
1622
### Removed
1723

24+
*None*
25+
1826
### Fixed
1927

28+
*None*
29+
2030
### Security
31+
32+
*None*
33+
34+
## [1.0.0-rc1]
35+
36+
### Added
37+
38+
- [[0ea3367](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/0ea33679e9ccf78b2aec889ebef89ba876464c4f)] Added .gitattributes file
39+
- [[738e340](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/738e34025d3c18460aa96a89e18273653cb70aa4)] Added changelog
40+
41+
### Changed
42+
43+
- [[d420eac](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/d420eac5ef5c42f0efc0b0302fd9981ecb435660)] Allow single line property docblock
44+
- [[b4dffa0](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/b4dffa09b891c07a89322e61c7b999e7998822f8)] Excluded requirement of fully qualified exceptions
45+
- [[52eb47c](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/52eb47cead6676e3b91cae625644871613a9e514)] Prevent errors on unused imports in annotations
46+
- [[1023bbe](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/1023bbeba0c631e59f20a31a4ad4d191d7ed8825)] Disable control structure spacing for yields
47+
- [[bd74644](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/bd746444e6d715899d464ab6d4763a4abda78137)] Disable DisallowedPostDecrementOperator rule
48+
- [[85bfb91](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/85bfb91fb829f084ff00c8e19f529c3a6f8e5308)] Allow @dataProvider annotation
49+
- [[9e93294](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/9e9329473f6cf000cb21bbca76b5498537a0753e)] Disable DisallowedPostIncrementOperator rule
50+
- [[d41e21b](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/d41e21b1c3166d96688b9f905200113b8cd72337)] Update php_codesniffer to 3.4.0
51+
52+
### Deprecated
53+
54+
*None*
55+
56+
### Removed
57+
58+
*None*
59+
60+
### Fixed
61+
62+
- [[d3678da](https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset/commit/d3678daabd50b81e88cacda3053f1e22f61a0f1b)] Disable Classes.SuperfluousExceptionNaming.SuperfluousSuffix sniff until upstream release the bug fix where classes called `Exception` result in a false positive (https://github.com/slevomat/coding-standard/issues/552)
63+
64+
### Security
65+
66+
*None*

0 commit comments

Comments
 (0)