File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 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
1414
1515### Changed
1616
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 `
1721 * Re-organized ` php-imenu-generic-expression `
1822 * Added ` Import ` , ` Constants ` and ` Properties `
1923 * Removed ` Anonymous Functions `
@@ -22,6 +26,8 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
2226 * Removed ` Public Methods ` , ` Protected Methods ` and ` Provate Methods `
2327 * Unified ` Classes ` , ` Traits ` , ` Interfaces ` into ` Classes `
2428
29+ [ #669 ] : https://github.com/emacs-php/php-mode/pull/669
30+
2531## [ 1.24.0] - 2021-03-07
2632
2733### Added
You can’t perform that action at this time.
0 commit comments