|
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
| 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 | + |
5 | 35 | ## [1.21.2] - 2019-05-11
|
6 | 36 |
|
7 | 37 | 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
|
120 | 150 | [#510]: https://github.com/emacs-php/php-mode/pull/510
|
121 | 151 | [@ejmr]: https://github.com/ejmr
|
122 | 152 | [@fabacino]: https://github.com/fabacino
|
| 153 | +[@mallt]: https://github.com/mallt |
123 | 154 | [@sergeyklay]: https://github.com/sergeyklay
|
124 | 155 | [PHP 7.2 arrow function]: https://wiki.php.net/rfc/arrow_functions_v2
|
0 commit comments