diff --git a/ChangeLog b/ChangeLog
index 1e39ec4f6..6c309d3d2 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ $Source$
in db view, thanks to Herman van Rink - helmo
* server_privileges.php: add a back link to the db on which
we are checking privileges
+ * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
+ with USE followed with a db name containing an hyphen
2005-05-08 Olivier Mueller
+ The tests I have made with current MySQL 4.1.11 API shows that the + API does not accept this syntax for the USE command. Enclosing the + db name with backquotes works. For further confusion, no backquotes + are needed with command-line mysql. +