summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2018-03-31 06:55:49 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2018-03-31 06:55:49 (GMT)
commita7749963973ea5448ec203602af67a3a69d3138f (patch)
tree6043538c3e81e82bc2e229e0e6828ab0ed5d18b0 /CHANGES
parent6acf63a849d1aca36c926febc0973fa8f72a3b53 (diff)
downloadcv2pdb-a7749963973ea5448ec203602af67a3a69d3138f.zip
cv2pdb-a7749963973ea5448ec203602af67a3a69d3138f.tar.gz
cv2pdb-a7749963973ea5448ec203602af67a3a69d3138f.tar.bz2
simplify code flow
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dd5f7da..d6a94d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -273,3 +273,5 @@ unreleased Version 0.22
2018-03-30 Version 0.44
* DWARF: improvements for ADA: better enumerator types, improved lexical scope (thanks to @pmderodat)
+ * if no debug information found in executable, now looks for epononymous DBG file
+ to load CV from (thanks to @AlexWhiter)