Skip to content

Commit c6c9c89

Browse files
committed
Modify Changelog
1 parent a459051 commit c6c9c89

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,22 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
66

77
Start 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`

0 commit comments

Comments
 (0)