From 529b5349392ed1f0bc595d8639489b31c57c375f Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 29 May 2019 03:34:33 +0200 Subject: [PATCH] res: Changelog for 2019.2.39 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24669458..309af93a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ### Changelog +#### 2019.2.39 +released 2019-05-28 + +* Python: Added example for Python environment to Source Group help text (issue #696) +* Python: Improved post processing speed and show progress dialog +* Python: Added validity check for Python environment when entered in Source Group +* Code: Improved performance of location hovering in snippet mode +* Graph: Fixed undo after single edge activation within aggregation caused missing edges +* Don't set project state outdated if only Source Group name changed (issue #700) +* C/C++: Don't store path to compiler headers in preferences, instead always add it before indexing +* Python: write output of indexer processes to log file +* Fixed crashes on application close (issue #698) + #### 2019.2.25 released 2019-05-22