From 75ec9f5c866a3e37996da8e6ea9e04e2d604b6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 30 Dec 2008 18:45:06 +0000 Subject: [PATCH] releasenotes : edit --- releasenotes.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/releasenotes.txt b/releasenotes.txt index a8df4443d..caf44caa1 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,11 +1,12 @@ Release notes for 1.27 -Biggest news: - * A new C++ check was added that detects non-virtual destructors of base classes. - * Command line changed. - ** --recursive is no longer available. - ** --errorsonly was renamed to --quiet. - ** --force was added - ** Short versions -a, -q, -s, -v, -f created. - * This version is more accurate than previous versions - +A new C++ check was added that detects when a base class has a non-virtual destructor + +The command line options have changed. + * --recursive was removed + * --errorsonly was renamed to --quiet + * --force was added + +Improvements in the core functionality that makes the checks more accurate. + +Many small updates in the memory leak checking.