diff --git a/CHANGELOG.md b/CHANGELOG.md index 04bf2e19..81cb2c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ - Added support for navigation between tests and test subject ([#53](https://github.com/pestphp/pest-intellij/pull/53)) - Added error reporting to GitHub issues ([#55](https://github.com/pestphp/pest-intellij/pull/55)) - Added inspection for duplicate test names in same file. ([#56](https://github.com/pestphp/pest-intellij/pull/56)) +- Added completions for static and protected $this methods. ([#66](https://github.com/pestphp/pest-intellij/pull/66)) +- Added completions $this fields declared in beforeEach functions. ([#66](https://github.com/pestphp/pest-intellij/pull/66)) ### Changed