summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-11 09:01:00 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-11 09:01:00 (GMT)
commitd23bb945bd86c6533c78846f095337d776e2bc4a (patch)
treefc7d9b2544cb432a84663d316a8d9c23f9001bbf /CHANGES
parentb7a856759a005b30c998e4272b69d998ea88dc27 (diff)
downloadcv2pdb-d23bb945bd86c6533c78846f095337d776e2bc4a.zip
cv2pdb-d23bb945bd86c6533c78846f095337d776e2bc4a.tar.gz
cv2pdb-d23bb945bd86c6533c78846f095337d776e2bc4a.tar.bz2
v0.8:
- tweaked visualizer macros to detect uninitialized associative arrays and to limit expansion to arrays with less than 1024 entries - renamed "data" pointer member of dynamic arrays to "ptr"
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1452220..f687c0a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -50,3 +50,10 @@ Version history
2009-06-08 Version 0.7
* corrected number of field entries in classes or struct, because DMD miscounts private members
+
+2009-06-11 Version 0.8
+
+ * tweaked visualizer macros to detect uninitialized associative arrays and to limit expansion
+ to arrays with less than 1024 entries
+ * renamed data pointer member of dynamic arrays to "ptr" to be consistent with the array property
+ in D.