File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,34 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
9
9
10
10
_ Nothing yet._
11
11
12
+ ## [ 1.0.10] - 2024-03-18
13
+
14
+ ### Changed
15
+
16
+ #### Other
17
+
18
+ * Dropped support for [ PHP_CodeSniffer] < 3.9.0. [ #561 ]
19
+ Please ensure you run ` composer update phpcsstandards/phpcsutils --with-dependencies ` to benefit from this.
20
+ * Various housekeeping and documentation improvements.
21
+
22
+ ### Deprecated
23
+
24
+ #### Utils
25
+
26
+ * ` NamingConventions::AZ_UPPER ` constant. [ #563 ]
27
+ * ` NamingConventions::AZ_LOWER ` constant. [ #563 ]
28
+
29
+ ### Fixed
30
+
31
+ #### PHPCS BackCompat
32
+
33
+ * ` BackCompat\Helper::getEncoding() ` : PHP 8.4 deprecation notice. [ #568 ]
34
+ * ` BackCompat\Helper::ignoreAnnotations() ` : PHP 8.4 deprecation notice. [ #568 ]
35
+
36
+ [ #561 ] : https://github.com/PHPCSStandards/PHPCSUtils/pull/561
37
+ [ #563 ] : https://github.com/PHPCSStandards/PHPCSUtils/pull/563
38
+ [ #568 ] : https://github.com/PHPCSStandards/PHPCSUtils/pull/568
39
+
12
40
13
41
## [ 1.0.9] - 2023-12-08
14
42
@@ -956,6 +984,7 @@ This initial alpha release contains the following utility classes:
956
984
957
985
958
986
[ Unreleased ] : https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
987
+ [ 1.0.10 ] : https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.9...1.0.10
959
988
[ 1.0.9 ] : https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.8...1.0.9
960
989
[ 1.0.8 ] : https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.7...1.0.8
961
990
[ 1.0.7 ] : https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.6...1.0.7
You can’t perform that action at this time.
0 commit comments