Skip to content

Commit b269ee5

Browse files
committed
Add Changelog about 1.20.0
1 parent 3ebe46d commit b269ee5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
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.20.0] - 2018-12-07
6+
7+
Start preparing for major refactoring in major mode.
8+
9+
### Changed
10+
11+
* Improve code highlight
12+
* Fix highlighting of callable keyword ([#471](https://github.com/emacs-php/php-mode/pull/471) by [@fabacino])
13+
* 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
15+
* Add php-mode group and some variables belong to new group ([#486](https://github.com/emacs-php/php-mode/pull/486))
16+
* `php-default-face``php-mode-default-face`
17+
* `php-speedbar-config``'php-mode-speedbar-config`
18+
* `php-template-compatibility``php-mode-template-compatibility`
19+
* `php-lineup-cascaded-calls``php-mode-lineup-cascaded-calls`
20+
* `php-extra-constants``php-mode-extra-constants`
21+
* `php-do-not-use-semantic-imenu``php-mode-do-not-use-semantic-imenu`
22+
* Modify documents and copyright
23+
* Move the URL of Website to https://github.com/emacs-php/php-mode
24+
* Add copyright notation about [Friends of Emacs-PHP development](https://github.com/emacs-php)
25+
* Add a "Hall of Fame" to the contributors list ([#481](https://github.com/emacs-php/php-mode/pull/481) by [@ejmr] and thanks [@sergey48k](https://github.com/sergey48k) and [@sourcerer-io](https://github.com/sourcerer-io) project)
26+
* Some refactors
27+
* Fix style and suppress warning in compile [#485](https://github.com/emacs-php/php-mode/pull/485)
28+
29+
<!--
30+
* Divide `php-mode.el` into `php.el` and `php-helper.el` for refactor
31+
* With this change, we provide simple functions to other packages without loading `php-mode`.
32+
-->
33+
534
## [1.19.1] - 2018-05-12
635

736
### Added
@@ -30,3 +59,6 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
3059
## Before 1.19.0
3160

3261
See [Changelog · emacs-php/php-mode Wiki](https://github.com/emacs-php/php-mode/wiki/Changelog).
62+
63+
[@ejmr]: https://github.com/ejmr
64+
[@fabacino]: https://github.com/fabacino

0 commit comments

Comments
 (0)