Skip to content

Commit b3008be

Browse files
committed
Update CHANGELOG.md for v1.23.0
1 parent df00855 commit b3008be

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

Diff for: CHANGELOG.md

+45-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,50 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
88

99
* Drop support for Emacs 24 and 25.1
1010

11+
## [1.23.0] - 2020-05-06
12+
13+
Initial support for PHP8 has been added. PHPMode has some issues for compatibility with Emacs 27.0.
14+
15+
The list of all past contributors has been moved to [`AUTHORS.md`](/AUTHORS.md).
16+
17+
This release is positioned as the last minor version of the PHP Mode 1.x series.
18+
19+
### Added
20+
21+
* Add `php-project-use-projectile-to-detect-root` ([#608])
22+
* Add PHP file extensions to `auto-mode-alist` ([#609])
23+
* `.php.inc` is file extension for [Rector](https://github.com/rectorphp/rector)'s test code.
24+
* `.stub` is file extension for [PHPStan](https://github.com/phpstan/phpstan)'s stub file.
25+
* Add `php-mode-disable-c-auto-align-backslashes` ([#621])
26+
* Add PHP 8.0 Attribute syntax as vsemi (#)
27+
* Add feature `php-align` from [tetsujin/emacs-php-align] ([#615], [melpa/melpa#6759])
28+
29+
### Changed
30+
31+
* Disable `c-auto-align-backslashes` by default. ([#621])
32+
* Add new faces and font locking ([#611], [#614])
33+
34+
### Removed
35+
36+
* Remove `php-mode-extra-constants` variable and function. ([#605])
37+
* This mechanism is for synchronizing the added user-defined constants with WebMode, but it hasn't worked since 2014.
38+
39+
### Fixed
40+
41+
* Fix indentation of object operator (->) at the beginning of line ([#623], [#624])
42+
43+
[#605]: https://github.com/emacs-php/php-mode/pull/605
44+
[#608]: https://github.com/emacs-php/php-mode/pull/608
45+
[#609]: https://github.com/emacs-php/php-mode/pull/609
46+
[#611]: https://github.com/emacs-php/php-mode/pull/611
47+
[#614]: https://github.com/emacs-php/php-mode/pull/614
48+
[#615]: https://github.com/emacs-php/php-mode/pull/615
49+
[#621]: https://github.com/emacs-php/php-mode/pull/621
50+
[#623]: https://github.com/emacs-php/php-mode/issues/623
51+
[#624]: https://github.com/emacs-php/php-mode/pull/624
52+
[melpa/melpa#6759]: https://github.com/melpa/melpa/pull/6759
53+
[tetsujin/emacs-php-align]: https://github.com/tetsujin/emacs-php-align
54+
1155
## [1.22.2] - 2019-12-23
1256

1357
A face has been added for coloring PHP syntax. Thank you [@minikN]!
@@ -63,7 +107,7 @@ PHP Mode 2.0 is planned to be released in January 2020.
63107

64108
## [1.22.0] - 2019-09-27
65109

66-
This release is positioned as the last minor version of the PHP Mode 1.x series.
110+
~~This release is positioned as the last minor version of the PHP Mode 1.x series.~~
67111
PHP Mode 2.0 is planned to be released in January 2020.
68112

69113
### Added

0 commit comments

Comments
 (0)