You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,25 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
15
15
_Nothing yet._
16
16
17
17
18
+
## [1.3.1] - 2025-06-08
19
+
20
+
### Changed
21
+
22
+
#### Other
23
+
24
+
* Composer: The minimum `PHPCSUtils` requirement has been updated to `^1.0.12` (was `^1.0.9`). [#346]
25
+
* Various housekeeping.
26
+
27
+
### Fixed
28
+
29
+
#### Universal
30
+
31
+
*`Universal.UseStatements.DisallowMixedGroupUse`: the fixer could get confused when the "base" name for the group name contained a leading backslash, leading to parse errors in the fixed code. [#350]
0 commit comments