@@ -4,9 +4,47 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
4
4
5
5
## Unreleased
6
6
7
+ ### Added
8
+
9
+ * Support new PHP 8.0 and 8.1 syntax hilighting and indentation
10
+ * [ 8.0] ` #[Attributes] `
11
+
12
+ ## [ 1.24.0] - 2021-03-07
13
+
14
+ ### Added
15
+
16
+ * Support new PHP 8.0 and 8.1 syntax hilighting and indentation
17
+ * [ 8.0] ` match ` expression ([ #632 ] )
18
+ * [ 8.0] ` mixed ` pseudo type declaration ([ #633 ] )
19
+ * [ 8.1] ` enum ` statement ([ #653 ] )
20
+
7
21
### Changed
8
22
9
- * Drop support for Emacs 24 and 25.1
23
+ * Drop support for Emacs 24 and 25.1 ([ #654 ] )
24
+ * Raises an error when the byte-compiled Cc Mode version does not match that version at runtime.
25
+ * You will need to recompile php-mode after the GNU Emacs version changes.
26
+
27
+ ## Removed
28
+
29
+ * Remove ` (require 'add-log) `
30
+
31
+ ### Fixed
32
+
33
+ * Fix font-lock highlighting
34
+ * ` != ` ([ #630 ] )
35
+ * Fix Heredoc and Nowdoc highlighting ([ ] )
36
+ * Fix documentation mistake
37
+ * ` php-mode-lineup-cascaded-calls ` in README.md ([ #644 ] thanks [ @cweiske ] !)
38
+
39
+ [ #630 ] : https://github.com/emacs-php/php-mode/pull/630
40
+ [ #632 ] : https://github.com/emacs-php/php-mode/pull/632
41
+ [ #633 ] : https://github.com/emacs-php/php-mode/pull/633
42
+ [ #644 ] : https://github.com/emacs-php/php-mode/pull/644
43
+ [ #651 ] : https://github.com/emacs-php/php-mode/pull/651
44
+ [ #653 ] : https://github.com/emacs-php/php-mode/pull/653
45
+ [ #654 ] : https://github.com/emacs-php/php-mode/pull/654
46
+ [ @antoineB ] : https://github.com/antoineB
47
+ [ @cweiske ] : https://github.com/cweiske
10
48
11
49
## [ 1.23.0] - 2020-05-06
12
50
0 commit comments