diff --git a/CHANGES/v2.3.txt b/CHANGES/v2.3.txt index 22b911f7ec93ca01387578a63b8e9426c232a7d3..464367a8f56add38a6fd99574332f35a947f6fd5 100644 --- a/CHANGES/v2.3.txt +++ b/CHANGES/v2.3.txt @@ -131,4 +131,5 @@ Fixes since 2.3b. Relevant things could be merged in the changelog above when we - (for developers) A script is available to check if source code complies plumed standard. Notice that this script is run together with cppcheck on travis-ci. - (for developers) Cppcheck on travis-ci has been updated to 1.75. Several small issues triggering errors on 1.75 were fixed (e.g. structures passed by value are now passed by const ref) and false positives marked as such. +- (for developers) Added coverage scan. */