Skip to content

Commit d3da10f

Browse files
committed
Update Changelog about 1.19.1
1 parent 64b9741 commit d3da10f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes of the PHP Mode 1.19.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [1.19.1] - 2018-05-12
6+
7+
### Added
8+
9+
* Add some functions/variables in `php-project` package
10+
* `php-project-get-php-executable` ([#436](https://github.com/ejmr/php-mode/pull/436))
11+
* `php-project-get-phan-executable` ([#436](https://github.com/ejmr/php-mode/pull/436))
12+
* Add `php-debug` command for reporting a bug
13+
14+
### Changed
15+
16+
* Add highlighting of return types for abstract functions ([#461](https://github.com/ejmr/php-mode/pull/461) by [@fabacino](https://github.com/fabacino))
17+
18+
### Fixed
19+
20+
* Fix `c-anchored-cpp-prefix` in Emacs 26 ([#453](https://github.com/ejmr/php-mode/pull/453))
21+
* Fix (re-implemteed) `php-complete-function` ([#454](https://github.com/ejmr/php-mode/pull/454))
22+
* Fix some problem of `php-set-style` *(disabled on default)*
23+
* Fix lazy evaluation of php-set-style ([#444](https://github.com/ejmr/php-mode/pull/444))
24+
* Do not use `php-mode-enable-backup-style-variables` in initialize ([#452](https://github.com/ejmr/php-mode/pull/452))
25+
* Temporarily disable `php-mode-enable-project-coding-style` ([#450](https://github.com/ejmr/php-mode/pull/450))
26+
* Fix heredoc/nowdoc syntax problem ([#440](https://github.com/ejmr/php-mode/pull/440))
27+
* Delete duplicate font locks with keywords not related to PHP language ([#432](https://github.com/ejmr/php-mode/pull/432))
28+
* Make `php-project-root` variable accept a string ([#458](https://github.com/ejmr/php-mode/pull/458))
29+
530
## Before 1.19.0
631

732
See [Changelog · ejmr/php-mode Wiki](https://github.com/ejmr/php-mode/wiki/Changelog).

0 commit comments

Comments
 (0)