File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,22 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
66
77Start preparing for major refactoring in major mode.
88
9+ ### Added
10+
11+ * Add php-project variables for workflow ([ #488 ] ( https://github.com/emacs-php/php-mode/pull/488 ) )
12+ * The following variables are reserved as file/directory local variables.
13+ * ` php-project-repl `
14+ * ` php-project-unit-test `
15+ * ` php-project-deploy `
16+ * ` php-project-build `
17+ * ` php-project-server-start `
18+
919### Changed
1020
1121 * Improve code highlight
1222 * Fix highlighting of callable keyword ([ #471 ] ( https://github.com/emacs-php/php-mode/pull/471 ) by [ @fabacino ] )
1323 * Highlight the ` ? ` character for nullable type hints and return types ([ #482 ] ( https://github.com/emacs-php/php-mode/pull/482 ) by [ @fabacino ] )
14- * Modify "customize group" and variables
24+ * Modify "customize group" and variable names
1525 * Add php-mode group and some variables belong to new group ([ #486 ] ( https://github.com/emacs-php/php-mode/pull/486 ) )
1626 * ` php-default-face ` → ` php-mode-default-face `
1727 * ` php-speedbar-config ` → ` 'php-mode-speedbar-config `
You can’t perform that action at this time.
0 commit comments