From e47bd10096d48c11aea22028cb51f190ecce12ff Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 9 May 2018 07:28:36 -0600 Subject: [PATCH] build: Changelog for 2018.2.36 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0d4b19..c030b9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ### Changelog +#### 2018.2.36 +released 2018-05-04 + +* Graph: Fixed crash when clicking on namespace label +* Improved help dialog for compiler flags in project setup +* Fixed handling case insensitive filepath matches when activating a symbol via editor plugin +* Wrote cmake export compile command to description in source group setup +* Fixed macOS gatekeeper refusing to open app bundle (issue #568) +* Use custom radio button style on start indexing dialog to fix radio indicator not visible on old Windows systems +* Fixed indexed header paths in compilation database project change the processing order of includes (issue #571) +* Allow tooltips to be as wide as the window (issue #570) +* Graph: Improved edge routing in graph layout +* Graph: Only use base/derived bundles for inheritance + + #### 2018.2.23 released 2018-04-24