Skip to content

Commit 8202fba

Browse files
committed
Modify Changelog for v1.21.3
1 parent fa002a9 commit 8202fba

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Changelog.md

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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.3] - 2019-05-25
6+
7+
This version includes both PHP syntax support enhancements and performance improvements. See https://github.com/emacs-php/php-mode/projects/1 for all issues for this release. Also, [@mallt] has helped me improve it with a number of issues. thank you very much.
8+
9+
### Added
10+
11+
* Added new Faces to display PHP syntax
12+
* `php-constant-assign`
13+
* `php-magical-constant`
14+
* `php-errorcontrol-op`
15+
* Some funtions have been split into features such as `php.el`, `php-face.el` and `php-mode-debug.el`.
16+
17+
### Fixed
18+
19+
* Improved performance when opening large files ([#491], [#531])
20+
21+
[#491]: https://github.com/emacs-php/php-mode/issues/491
22+
[#531]: https://github.com/emacs-php/php-mode/pull/531
23+
24+
### Changed
25+
26+
* Syntax highlighting has been adjusted
27+
28+
### Removed
29+
30+
* `php-ext` and Skeleton templates have been split into [php-skeleton] ([#534])
31+
32+
[php-skeleton]: https://github.com/emacs-php/php-skeleton
33+
[#534]: https://github.com/emacs-php/php-mode/pull/534
34+
535
## [1.21.2] - 2019-05-11
636

737
It officially supports **PHP 7.3** and **Emacs 26.2**.
@@ -120,5 +150,6 @@ See [Changelog · emacs-php/php-mode Wiki](https://github.com/emacs-php/php-mode
120150
[#510]: https://github.com/emacs-php/php-mode/pull/510
121151
[@ejmr]: https://github.com/ejmr
122152
[@fabacino]: https://github.com/fabacino
153+
[@mallt]: https://github.com/mallt
123154
[@sergeyklay]: https://github.com/sergeyklay
124155
[PHP 7.2 arrow function]: https://wiki.php.net/rfc/arrow_functions_v2

0 commit comments

Comments
 (0)