From ee8ea3b80a8bddac3f19b92e3f57590c82491a09 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Wed, 10 Mar 2021 12:50:30 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d12c19..7f7904d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [[*next-version*]] - YYYY-MM-DD +### Fixed +- Errors in local modules (#17). + +### Changed +- Depend on WP stubs instead of WP itself (#17). +- Actually use the stubs in Psalm (#17). + +### Added +- Local modules are now scanned by Psalm (#17). +- PHPStorm will now use PHPCS via remote interpreter (#17). ## [0.2.0-alpha1] - 2021-03-10 ### Added