Skip to content

Commit 3fbe2ea

Browse files
committed
Update CHANGELOG
1 parent f6e3a1c commit 3fbe2ea

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,42 @@
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.1] - 2023-11-24
68

79
### Added
810

911
* Add `php-topsy-beginning-of-defun-with-class` to display classname with function signature. ([#766])
12+
* Add missing `__DIR__` to `php-magical-constants` ([#756], thanks [@piotrkwiecinski])
13+
14+
### Changed
15+
16+
* Make developer build task in Makefile now depends on Eask. ([#762], thanks [@jcs090218])
17+
* This change does not affect package installation users
18+
* Read [CONTRIBUTING.md] if you prefer to build it yourself from zip or tar ball
1019

1120
### Fixed
1221

13-
* Fixed build failure in Emacs on master branch ([#764], [#767])
22+
* Fixed build failure in Emacs on master branch ([#764], [#765], [#767], thanks [@takeokunn])
1423

1524
### Removed
1625

1726
* Removed Phan-specific features from `php-project` ([#754])
1827
* Removed [Cask](https://cask.readthedocs.io/) and [Keg](https://github.com/conao3/keg.el) metadata files for building ([#770])
1928

2029
[#754]: https://github.com/emacs-php/php-mode/pull/754
30+
[#756]: https://github.com/emacs-php/php-mode/pull/756
31+
[#762]: https://github.com/emacs-php/php-mode/pull/762
2132
[#764]: https://github.com/emacs-php/php-mode/issues/764
33+
[#765]: https://github.com/emacs-php/php-mode/pull/765
2234
[#766]: https://github.com/emacs-php/php-mode/pull/766
2335
[#767]: https://github.com/emacs-php/php-mode/pull/767
2436
[#770]: https://github.com/emacs-php/php-mode/pull/770
37+
[@jcs090218]: https://github.com/jcs090218
38+
[@piotrkwiecinski]: https://github.com/piotrkwiecinski
39+
[@takeokunn]: https://github.com/takeokunn
40+
[CONTRIBUTING.md]: https://github.com/emacs-php/php-mode/blob/master/CONTRIBUTING.md
2541

2642
## [1.25.0] - 2023-07-24
2743

0 commit comments

Comments
 (0)