Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 3e47274a8da0010c1eec1d38c493638a0268adc4..c6cc267f4e42011b0707ae5d48263abd0189d72a 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,13 @@ |
+2012-03-20: Version 3.9.22 |
+ |
+ Enabled count-based profiler by default. |
+ |
+ Implemented a hash based look-up to speed up containing address checks |
Michael Starzinger
2012/03/20 12:55:44
Drop the "containing", just "address checks", it's
|
+ in large object space (issue 853). |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-03-19: Version 3.9.21 |
Fixed push-to-trunk script (and re-push). |