diff --git a/releasenotes.txt b/releasenotes.txt deleted file mode 100644 index caf44caa1..000000000 --- a/releasenotes.txt +++ /dev/null @@ -1,12 +0,0 @@ -Release notes for 1.27 - -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.