summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2018-03-30 07:58:09 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2018-03-30 07:58:09 (GMT)
commitab4b0b1946295f9762ec3ed83a7c84cc8b7aa975 (patch)
treeb14606180129916243e96ed66116e7677c07aae1 /CHANGES
parent74615ceab4ac7577a8fdf1d2f93df7973ae1ff21 (diff)
downloadcv2pdb-ab4b0b1946295f9762ec3ed83a7c84cc8b7aa975.zip
cv2pdb-ab4b0b1946295f9762ec3ed83a7c84cc8b7aa975.tar.gz
cv2pdb-ab4b0b1946295f9762ec3ed83a7c84cc8b7aa975.tar.bz2
fix signed/unsigned warnings
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b37d8de..dd5f7da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -269,3 +269,7 @@ unreleased Version 0.22
* DWARF: fix crash with AUX data in symbol table
* improve reallocation strategy
+
+2018-03-30 Version 0.44
+
+ * DWARF: improvements for ADA: better enumerator types, improved lexical scope (thanks to @pmderodat)