Skip to content

Commit

Permalink
Prepare changelog for v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jan 13, 2025
1 parent a452820 commit aada002
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this library will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.8.3](https://github.com/CodeIgniter/coding-standard/compare/v1.8.2...v1.8.3) - 2025-01-13

- Bump to php-cs-fixer v3.67 and cs-config v3.25
- Add `@phpstan-ignore` to ignored tags of `comment_to_phpdoc`
- Add `general_attribute_remove` fixer
- Enable `get_class_to_class_keyword`
- Add more elements to `trailing_comma_in_multiline`

## [v1.8.2](https://github.com/CodeIgniter/coding-standard/compare/v1.8.1...v1.8.2) - 2024-11-20

- Add `case` to ordered_class_elements order
Expand Down

0 comments on commit aada002

Please sign in to comment.