summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5331377b6..e7ce13d05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-22 MenTaLguY <mental@rydia.net>
+
+ * src/extension/internal/svg.cpp:
+
+ replace EXTREMELY inefficient (O(n^2), I think?) stacked C string
+ concatenations with appends to a std::vector, which is amortized O(1)
+
2006-05-21 Marco Scholten <mscholtn@xs4all.nl>
* src/ui/dialog/inkscape-preferences.cpp,