Skip to content

Commit c178f60

Browse files
committed
chore: Add missing entries to changelog
Signed-off-by: Côme Chilliet <[email protected]>
1 parent a60ff69 commit c178f60

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.2.0 - 2024-02-01
5+
### Added
6+
- `array_syntax`: Force short syntax for array
7+
- `list_syntax`: Same for list
8+
- `fully_qualified_strict_types`: Remove namespace from classname when there is a `use` statement, and add missing backslash for global namespace
9+
- `no_leading_import_slash`: Remove leading slash from `use` statement
10+
- `nullable_type_declaration_for_default_null_value`: Add missing `?` on type declaration for parameters defaulting to `null`. This will most likely be needed to avoid warnings in PHP 8.4.
11+
- `yoda_style`: forbid yoda style comparision. This replaces `null === $a` by `$a === null`.
12+
13+
## 1.1.1 - 2023-06-23
14+
### Changed
15+
* feat: use php-cs-fixer/shim by @kesselb in https://github.com/nextcloud/coding-standard/pull/13
16+
17+
## 1.1.0 - 2023-04-13
18+
### Changed
19+
* Order imports alphabetically by @come-nc in https://github.com/nextcloud/coding-standard/pull/10
20+
* fix(rules): Replace deprecated braces rules by @nickvergessen in https://github.com/nextcloud/coding-standard/pull/12
21+
22+
## 1.0.0 – 2021-11-10
23+
### Breaking change
24+
* Update php-cs-fixer to 3.x
25+
* See https://github.com/nextcloud/coding-standard#upgrade-from-v0x-to-v10 for instructions.
26+
427
## 0.5.0 – 2021-01-11
528
### Added
629
- New rule: short list syntax

0 commit comments

Comments
 (0)