Skip to content

Commit 346ee2a

Browse files
committed
Update CHANGELOG for 1.27.0
1 parent 8ea767e commit 346ee2a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
44

55
<!-- ## Unreleased -->
66

7+
## [1.27.0] - 2024-12-20
8+
9+
### Added
10+
11+
* Support PHP 8.4 property-hooks ([#797])
12+
13+
### Changed
14+
15+
* Improve `php-syntax-propertize-extend-region` efficiency ([#789], thanks [@phil-s]!)
16+
* Update `php-phpdoc-type-names` to support [PHPStan 2.0.4] ([#795])
17+
18+
### Fixed
19+
20+
* Fix Emacs 30 byte-compile errors ([#792])
21+
* Use `when-let*` instead of `when-let` to enhance Emacs 30 compatibility ([#796])
22+
23+
### Removed
24+
25+
* Drop support for Emacs 26 ([#788])
26+
27+
[@phil-s]: https://github.com/phil-s
28+
[PHPStan 2.0.4]: https://github.com/phpstan/phpstan/releases/tag/2.0.4
29+
[#788]: https://github.com/emacs-php/php-mode/pull/788
30+
[#789]: https://github.com/emacs-php/php-mode/pull/789
31+
[#792]: https://github.com/emacs-php/php-mode/pull/792
32+
[#795]: https://github.com/emacs-php/php-mode/pull/795
33+
[#796]: https://github.com/emacs-php/php-mode/pull/796
34+
[#797]: https://github.com/emacs-php/php-mode/pull/797
35+
736
## [1.26.1] - 2024-09-13
837

938
### Added

0 commit comments

Comments
 (0)