summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ab6de7ba..66ccb0508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* src/streams-zlib.cpp, src/streams-jar.cpp:
- use array new rather than dynamically-sized automatic arrays,
+ use std::vector rather than dynamically-sized automatic arrays,
plus cleanups and minor fixes
2006-05-08 MenTaLguY <mental@rydia.net>