aboutsummaryrefslogtreecommitdiff
path: root/PDContainer/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'PDContainer/CHANGELOG')
-rwxr-xr-xPDContainer/CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/PDContainer/CHANGELOG b/PDContainer/CHANGELOG
new file mode 100755
index 0000000..41212e5
--- /dev/null
+++ b/PDContainer/CHANGELOG
@@ -0,0 +1,13 @@
+
+version 0.2
+ - possible to store pointers now as keys, values, ... (for pd graphical datastructures)
+ - h_map: IMPORTANT: [add ( has changed !!! now it resets the value,
+ if the key is already in the map !
+ (this should break no patches I hope !)
+ - compiles with gcc4 now (templates reworked)
+ - huge memory leak fixed
+ - some bug fixes
+ - some internal changes
+
+version 0.1
+ - basic functionality