File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
14
14
15
15
### Changed
16
16
17
+ * Optimized propertize process ([ #669 ] )
18
+ * Reimoplement ` php-syntax-propertize-function ` using ` syntax-propertize-rules `
19
+ * Make propertize PHP 8 ` #[Attribute] ` always enabled
20
+ * Changed grouping of ` php-heredoc-start-re `
17
21
* Re-organized ` php-imenu-generic-expression `
18
22
* Added ` Import ` , ` Constants ` and ` Properties `
19
23
* Removed ` Anonymous Functions `
@@ -22,6 +26,8 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
22
26
* Removed ` Public Methods ` , ` Protected Methods ` and ` Provate Methods `
23
27
* Unified ` Classes ` , ` Traits ` , ` Interfaces ` into ` Classes `
24
28
29
+ [ #669 ] : https://github.com/emacs-php/php-mode/pull/669
30
+
25
31
## [ 1.24.0] - 2021-03-07
26
32
27
33
### Added
You can’t perform that action at this time.
0 commit comments