[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode 3fbe2eada0 3/6: Update CHANGELOG
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/php-mode 3fbe2eada0 3/6: Update CHANGELOG |
|
Date: |
Thu, 23 Nov 2023 16:00:33 -0500 (EST) |
branch: elpa/php-mode
commit 3fbe2eada05c370f3e75ed07b55be0c34031a027
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>
Update CHANGELOG
---
CHANGELOG.md | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d811d4181..3ffd269358 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,15 +2,24 @@
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.
-## Unreleased
+<!-- ## Unreleased -->
+
+## [1.25.1] - 2023-11-24
### Added
* Add `php-topsy-beginning-of-defun-with-class` to display classname with
function signature. ([#766])
+ * Add missing `__DIR__` to `php-magical-constants` ([#756], thanks
[@piotrkwiecinski])
+
+### Changed
+
+ * Make developer build task in Makefile now depends on Eask. ([#762], thanks
[@jcs090218])
+ * This change does not affect package installation users
+ * Read [CONTRIBUTING.md] if you prefer to build it yourself from zip or tar
ball
### Fixed
- * Fixed build failure in Emacs on master branch ([#764], [#767])
+ * Fixed build failure in Emacs on master branch ([#764], [#765], [#767],
thanks [@takeokunn])
### Removed
@@ -18,10 +27,17 @@ All notable changes of the PHP Mode 1.19.1 release series
are documented in this
* Removed [Cask](https://cask.readthedocs.io/) and
[Keg](https://github.com/conao3/keg.el) metadata files for building ([#770])
[#754]: https://github.com/emacs-php/php-mode/pull/754
+[#756]: https://github.com/emacs-php/php-mode/pull/756
+[#762]: https://github.com/emacs-php/php-mode/pull/762
[#764]: https://github.com/emacs-php/php-mode/issues/764
+[#765]: https://github.com/emacs-php/php-mode/pull/765
[#766]: https://github.com/emacs-php/php-mode/pull/766
[#767]: https://github.com/emacs-php/php-mode/pull/767
[#770]: https://github.com/emacs-php/php-mode/pull/770
+[@jcs090218]: https://github.com/jcs090218
+[@piotrkwiecinski]: https://github.com/piotrkwiecinski
+[@takeokunn]: https://github.com/takeokunn
+[CONTRIBUTING.md]:
https://github.com/emacs-php/php-mode/blob/master/CONTRIBUTING.md
## [1.25.0] - 2023-07-24
- [nongnu] elpa/php-mode updated (c0ff815afa -> 0c5524073c), ELPA Syncer, 2023/11/23
- [nongnu] elpa/php-mode 3fbe2eada0 3/6: Update CHANGELOG,
ELPA Syncer <=
- [nongnu] elpa/php-mode 88a2a742d9 4/6: Fix link to gpl-v3, ELPA Syncer, 2023/11/23
- [nongnu] elpa/php-mode f6e3a1c6fb 2/6: Merge pull request #770 from emacs-php/remove/cask-and-keg, ELPA Syncer, 2023/11/23
- [nongnu] elpa/php-mode 31f44192e0 1/6: Remove Keg and Cask metadata files for building, ELPA Syncer, 2023/11/23
- [nongnu] elpa/php-mode 6ad1715ef0 5/6: Bump up version 1.25.1, ELPA Syncer, 2023/11/23
- [nongnu] elpa/php-mode 0c5524073c 6/6: Merge pull request #769 from emacs-php/release/1.25.1, ELPA Syncer, 2023/11/23