From 1aaa9b6707e3fc76254c6e9c26f1c412a39b3147 Mon Sep 17 00:00:00 2001 From: valeros Date: Wed, 26 Aug 2020 17:44:01 +0300 Subject: [PATCH] Update changelog with static analysis section --- HISTORY.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 53a933d3..37845a52 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -70,6 +70,16 @@ PlatformIO Core 5 - Fixed an issue when running multiple test environments (`issue #3523 `_) - Fixed an issue when Unit Testing engine fails with a custom project configuration file (`issue #3583 `_) +* **Static Code Analysis** + + - Updated analysis tools: + + * ``Cppcheck v2.1`` with a new "soundy" analysis option and improved code parser + * ``PVS-Studio v7.08`` with a new file list analysis mode and extended list of diagnostic rules + + - Added Cppcheck package for ARM-based single-board computers (`issue #3559 `_) + - Fixed an issue with PIO Check when a defect with multiline error message is not reported in verbose mode (`issue #3631 `_) + * **Miscellaneous** - Display system-wide information using a new `pio system info `__ command (`issue #3521 `_)