diff --git a/ChangeLog b/ChangeLog
index 7cbce9c3d..ad3e2e3e0 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ $Source$
2003-02-17 Michal Cihar
- It defines how data will be inserted into MySQL. When not checked, the
- data from file will be treated as text, if charset conversion is enabled
- (you are using utf-8 translation) charset of the text will be converted
- according to it and could possibly be displayed as part of update SQL
- after upload. When checked data will be inserted as hexadecimal value and
- so will be in database exactly as in file. In most cases you should keep
- it checked.
-
-