|
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](https://keepachangelog.com/) principles.
|
4 | 4 |
|
5 |
| -## Unreleased |
| 5 | +<!-- ## Unreleased --> |
| 6 | + |
| 7 | +## [1.25.0] - 2023-07-24 |
6 | 8 |
|
7 | 9 | ### Added
|
8 | 10 |
|
9 |
| - * **Support Emacs 29.1** ([#750]) |
| 11 | + * **Support Emacs 29.1** ([#743], [#750]) |
| 12 | + |
| 13 | +### Fixed |
| 14 | + |
| 15 | + * Fixed many byte compilation errors on Emacs 29 and 30 by multiple patches contributed by [Stefan Monnier] ([#737], [#739] and [#740], thanks Stefan!) |
| 16 | + * Fixed PEAR method chaining wrong indentation ([#745] and [#746], thanks [@cweiske]!) |
| 17 | + * Fixed `php-mode-debug-reinstall` command ([#747], [#748]) |
| 18 | + |
| 19 | +### Removed |
10 | 20 |
|
| 21 | + * Drop Emacs 25 support ([#729], [736]) |
| 22 | + |
| 23 | +[Stefan Monnier]: https://www.iro.umontreal.ca/~monnier/ |
| 24 | +[#729]: https://github.com/emacs-php/php-mode/pull/729 |
| 25 | +[#736]: https://github.com/emacs-php/php-mode/pull/736 |
| 26 | +[#737]: https://github.com/emacs-php/php-mode/pull/737 |
| 27 | +[#739]: https://github.com/emacs-php/php-mode/pull/739 |
| 28 | +[#740]: https://github.com/emacs-php/php-mode/pull/740 |
| 29 | +[#741]: https://github.com/emacs-php/php-mode/pull/741 |
| 30 | +[#743]: https://github.com/emacs-php/php-mode/pull/743 |
| 31 | +[#745]: https://github.com/emacs-php/php-mode/pull/745 |
| 32 | +[#746]: https://github.com/emacs-php/php-mode/pull/746 |
| 33 | +[#747]: https://github.com/emacs-php/php-mode/pull/747 |
| 34 | +[#748]: https://github.com/emacs-php/php-mode/pull/748 |
11 | 35 | [#750]: https://github.com/emacs-php/php-mode/pull/750
|
12 | 36 |
|
13 | 37 | ## [1.24.3] - 2023-03-19
|
|
0 commit comments