Skip to content

Commit 1050994

Browse files
committed
Update CHANGELOG
1 parent 22059e0 commit 1050994

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +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](https://keepachangelog.com/) principles.
44

5-
## Unreleased
5+
<!-- ## Unreleased -->
6+
7+
## [1.25.0] - 2023-07-24
68

79
### Added
810

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
1020

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
1135
[#750]: https://github.com/emacs-php/php-mode/pull/750
1236

1337
## [1.24.3] - 2023-03-19

0 commit comments

Comments
 (0)