@@ -8,6 +8,43 @@ 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.22.2] - 2019-12-23
12+
13+ A face has been added for coloring PHP syntax. Thank you [ @minikN ] !
14+
15+ This release is a minor modified version of the 1.22.x series.
16+ PHP Mode 2.0 is planned to be released in January 2020.
17+
18+ ### Added
19+
20+ * Add ` php-project-etags-file ` and ` php-project-apply-local-variables ` ([ #591 ] )
21+ * Add ` php-find-system-php-ini-file ` and ` php-ini ` command ([ #593 ] )
22+
23+ ### Changed
24+
25+ * Improve PHP syntax highlighting (by [ @minikN ] )
26+ * Add support for multiple operators ([ #594 ] )
27+ * Add ` => ` to assignment operators ([ #602 ] , [ #603 ] )
28+ * Plain faces no longer inherit ` default ` ([ #597 ] )
29+
30+ ### Removed
31+
32+ * Remove ` php-mode-modified ` variable ([ #590 ] )
33+
34+ ### Fixed
35+
36+ * Fix anonymous class indentation ([ #598 ] )
37+
38+ [ @minikN ] : https://github.com/minikN
39+ [ #590 ] : https://github.com/emacs-php/php-mode/pull/590
40+ [ #591 ] : https://github.com/emacs-php/php-mode/pull/591
41+ [ #593 ] : https://github.com/emacs-php/php-mode/pull/593
42+ [ #594 ] : https://github.com/emacs-php/php-mode/pull/594
43+ [ #597 ] : https://github.com/emacs-php/php-mode/pull/597
44+ [ #598 ] : https://github.com/emacs-php/php-mode/pull/598
45+ [ #602 ] : https://github.com/emacs-php/php-mode/pull/602
46+ [ #603 ] : https://github.com/emacs-php/php-mode/pull/603
47+
1148## [ 1.22.1] - 2019-11-10
1249
1350This release is a minor modified version of the 1.22.x series.
0 commit comments