Skip to content

Commit 5e60ca7

Browse files
committed
Modify Changelog about v1.21.0
1 parent cd6e7c4 commit 5e60ca7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes of the PHP Mode 1.19.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [1.21.0] - 2019-01-09
6+
7+
A minor change from the previous version, but this version has BC brake about `c-mode-hook`.
8+
9+
### Added
10+
11+
* Add `php` customize group.
12+
* This group is positioned above `php-mode`.
13+
* This group was originally planned to be included in v1.20.0.
14+
* Add `php-mode-disable-c-mode-hook` custom variable.
15+
* Setting this variable to `nil` will restore the behavior of `c-mode-hook` up to the previous version.
16+
17+
### Changed
18+
19+
* `php-mode` initialization no longer executes hooks for `c-mode`.
20+
* If you want to return to the same behavior as the conventional PHP-Mode, set `nil` to `php-mode-disable-c-mode-hook`.
21+
522
## [1.20.0] - 2018-12-07
623

724
Start preparing for major refactoring in major mode.

0 commit comments

Comments
 (0)