diff --git a/ChangeLog b/ChangeLog
index f9aff14d9..394a5e8da 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2002-04-19 Marc Delisle
+ How can I backup my database or table?
+
+ Click on a database or table name in the left frame, the properties will
+ be displayed. Then go to the Dump section, you can dump the structure,
+ the data, or both. This will generate standard SQL statements that can
+ be used to recreate your database/table.
+
+ You will need to choose "Save as file", so that phpMyAdmin can transmit
+ the resulting dump to your station. Depending on your PHP configuration,
+ you will see options to compress the dump. See also the $cfgExecTimeLimit
+ configuration variable.
+
+ For additionnal help on this subject, look for the word "dump" in this
+ document.
+
I have found a bug. How do I inform developers?