Skip to content

Commit fc1d26c

Browse files
committed
Update CHANGELOG for propertization
1 parent b4aa10f commit fc1d26c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)