Skip to content

Commit ff16da2

Browse files
committed
Update CHANGELOG
1 parent c3f96b7 commit ff16da2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
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.
44

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])
15+
16+
[#703]: https://github.com/emacs-php/php-mode/pull/703
17+
[#704]: https://github.com/emacs-php/php-mode/pull/704
18+
[#707]: https://github.com/emacs-php/php-mode/pull/707
619

720
## [1.24.1] - 2022-10-08
821

0 commit comments

Comments
 (0)