Skip to content

Commit ef092a2

Browse files
committed
Update CHANGELOG
1 parent 25d65bf commit ef092a2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Changelog
22

3-
All notable changes of the phpactor.el are documented in this file using the [Keep a Changelog](https://keepachangelog.com/) principles.
3+
All notable changes of the `phpstan.el` are documented in this file using the [Keep a Changelog](https://keepachangelog.com/) principles.
44

5-
## Unreleased
5+
## [0.7.0]
66

77
### Added
88

99
* Add `phpstan-analyze-this-file` command
1010
* Add `phpstan.dist.neon` to `phpstan-get-config-file` as PHPStan config files.
1111
* Add `phpstan-pro` command to launch [PHPStan Pro].
12+
* Add `phpstan-find-baseline-file` command.
13+
* Add `phpstan-generate-baseline-file` command.
1214

1315
[PHPStan Pro]: https://phpstan.org/blog/introducing-phpstan-pro
1416

1517
### Changed
1618

1719
* Make flycheck analyze the original file directly instead of temporary files when there are no changes to the file.
20+
* [Internal] Use JSON format for flycheck-phpstan.
21+
* Support **💡 tips**

0 commit comments

Comments
 (0)