From fc1d26c6c4d10a091d2e2f3ec07893dec6b92169 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 13 May 2021 01:55:59 +0900 Subject: [PATCH] Update CHANGELOG for propertization --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7779fe4..15274baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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