summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2015-03-26 21:49:50 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2015-03-26 21:49:50 (GMT)
commit0f4103c3f5768945c8a207746d1cb52524303110 (patch)
tree5def1a87da87369f20c8ed9c49464fdae7c8e197 /CHANGES
parent035e9664c7d9894e77b2b38781057faf4be06c20 (diff)
downloadcv2pdb-0f4103c3f5768945c8a207746d1cb52524303110.zip
cv2pdb-0f4103c3f5768945c8a207746d1cb52524303110.tar.gz
cv2pdb-0f4103c3f5768945c8a207746d1cb52524303110.tar.bz2
- remove invalid assert
- add support for DW_ATE_UTF
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3f700f3..03bd8bc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -212,5 +212,7 @@ unreleased Version 0.22
2015-02-17 Version 0.34
- * DWARF: fixed issues with DW_FORM_ref_addr, DW_AT_upper_bound and DW_AT_lower_bound
+ * DWARF: fixed issues with DW_FORM_strp, DW_AT_upper_bound and DW_AT_lower_bound
* DWARF: translate __int128 to CV code 0x14, just a wild guesss
+
+ * DWARF: add support for DW_ATE_UTF, remove bad assert