Skip to content

Commit a739193

Browse files
committed
Update CHANGELOG for v1.24.0
1 parent 100691a commit a739193

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,47 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
44

55
## Unreleased
66

7+
### Added
8+
9+
* Support new PHP 8.0 and 8.1 syntax hilighting and indentation
10+
* [8.0] `#[Attributes]`
11+
12+
## [1.24.0] - 2021-03-07
13+
14+
### Added
15+
16+
* Support new PHP 8.0 and 8.1 syntax hilighting and indentation
17+
* [8.0] `match` expression ([#632])
18+
* [8.0] `mixed` pseudo type declaration ([#633])
19+
* [8.1] `enum` statement ([#653])
20+
721
### Changed
822

9-
* Drop support for Emacs 24 and 25.1
23+
* Drop support for Emacs 24 and 25.1 ([#654])
24+
* Raises an error when the byte-compiled Cc Mode version does not match that version at runtime.
25+
* You will need to recompile php-mode after the GNU Emacs version changes.
26+
27+
## Removed
28+
29+
* Remove `(require 'add-log)`
30+
31+
### Fixed
32+
33+
* Fix font-lock highlighting
34+
* `!=` ([#630])
35+
* Fix Heredoc and Nowdoc highlighting ([])
36+
* Fix documentation mistake
37+
* `php-mode-lineup-cascaded-calls` in README.md ([#644] thanks [@cweiske]!)
38+
39+
[#630]: https://github.com/emacs-php/php-mode/pull/630
40+
[#632]: https://github.com/emacs-php/php-mode/pull/632
41+
[#633]: https://github.com/emacs-php/php-mode/pull/633
42+
[#644]: https://github.com/emacs-php/php-mode/pull/644
43+
[#651]: https://github.com/emacs-php/php-mode/pull/651
44+
[#653]: https://github.com/emacs-php/php-mode/pull/653
45+
[#654]: https://github.com/emacs-php/php-mode/pull/654
46+
[@antoineB]: https://github.com/antoineB
47+
[@cweiske]: https://github.com/cweiske
1048

1149
## [1.23.0] - 2020-05-06
1250

0 commit comments

Comments
 (0)