From e29941e3eb782252059a00d728e741024bfd387c Mon Sep 17 00:00:00 2001 From: valeros Date: Tue, 22 Dec 2020 21:30:01 +0200 Subject: [PATCH] Update release notes with check tools updates --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index f983f2f3..a28485d7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,6 +13,9 @@ PlatformIO Core 5 - Added "Core" suffix when showing PlatformIO Core version using ``pio --version`` command - Improved ``.ccls`` configuration file for Emacs, Vim, and Sublime Text integrations +- Updated analysis tools: + * `Cppcheck `__ v2.3 with improved C++ parser and several new MISRA rules + * `PVS-Studio `__ v7.11 with new diagnostics and updated mass suppression mechanism - Do not provide "intelliSenseMode" option when generating configuration for VSCode C/C++ extension - Fixed a "git-sh-setup: file not found" error when installing project dependencies from Git VCS (`issue #3740 `_)