You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,36 @@
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!)
0 commit comments