Skip to content

Commit

Permalink
Update CHANGELOG for propertization
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed May 12, 2021
1 parent d6bf17b commit df1e864
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this

### Changed

* Optimized propertize process ([#669])
* Reimoplement `php-syntax-propertize-function` using `syntax-propertize-rules`
* Make propertize PHP 8 `#[Attribute]` always enabled
* Changed grouping of `php-heredoc-start-re`
* Re-organized `php-imenu-generic-expression`
* Added `Import`, `Constants` and `Properties`
* Removed `Anonymous Functions`
Expand All @@ -22,6 +26,8 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
* Removed `Public Methods`, `Protected Methods` and `Provate Methods`
* Unified `Classes`, `Traits`, `Interfaces` into `Classes`

[#669]: https://github.com/emacs-php/php-mode/pull/669

## [1.24.0] - 2021-03-07

### Added
Expand Down

0 comments on commit df1e864

Please sign in to comment.