From c7872831e930c3c52ca03c2ae520ab5f97c74600 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 20 Jun 2018 23:44:29 +0200 Subject: [PATCH] build: Changelog for 2018.2.77 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c030b9c6..a40758f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ ### Changelog +#### 2018.2.77 +released 2018-06-18 + +* C/C++: Fixed incomplete header file got changed to complete from correct translation unit, although it had errors +* Fixed show errors button click on incomplete file with no associated errors showed all errors +* C/C++: Ship clang compiler headers within package on macOS and Linux (issue #99) +* Graph: Fixed undoing one of multiple edge activations caused multiple recenterings of the graph +* Fixed links not clickable in source group type selection +* Explicitly clear all errors when refreshing incomplete files +* Graph: Fixed splitting anonymous namespace bundle increased group nesting by 1 every time +* Graph: Fixed typedef nodes not grouped within file group +* Code: Fixed snippet minimize click expanded snippet again +* Fixed changing of selected source group not possible if validity check fails. +* C/C++: Added C/C++ project setup from Code::Blocks (.cdb), which is also created for cmake projects in QtCreator +* C/C++: fixed endless loop in include path auto detection (issue #585, #470) +* C/C++: fixed crash in include validation in source group setup +* Fixed typo in update check (issue #586) +* C/C++: Added some compiler flags checks +* C/C++: Errors without location are now recorded for current main file + + #### 2018.2.36 released 2018-05-04