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
+14-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,20 @@
2
2
3
3
All notable changes of the PHP Mode 1.19.1 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
4
5
-
<!-- ## Unreleased -->
5
+
## Unreleased
6
+
7
+
### Changed
8
+
9
+
* Make continued expressions inside lists (arguments and arrays, etc.) have the same indent width as outside the list ([#703])
10
+
* (internal) Improved readability of test failures about indentation ([#707])
11
+
12
+
### Fixed
13
+
14
+
* Removed invalid definitions that caused errors in some expressions ([#704])
0 commit comments