releasenotes : edit

This commit is contained in:
Daniel Marjamäki 2008-12-30 18:45:06 +00:00
parent 8a0e44a41b
commit 75ec9f5c86
1 changed files with 10 additions and 9 deletions

View File

@ -1,11 +1,12 @@
Release notes for 1.27 Release notes for 1.27
Biggest news: A new C++ check was added that detects when a base class has a non-virtual destructor
* A new C++ check was added that detects non-virtual destructors of base classes.
* Command line changed. The command line options have changed.
** --recursive is no longer available. * --recursive was removed
** --errorsonly was renamed to --quiet. * --errorsonly was renamed to --quiet
** --force was added * --force was added
** Short versions -a, -q, -s, -v, -f created.
* This version is more accurate than previous versions Improvements in the core functionality that makes the checks more accurate.
Many small updates in the memory leak checking.