diff --git a/ChangeLog b/ChangeLog
index 9e3e1ca88..d8084da98 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2001-08-22 Marc Delisle
- How can I GZip or Bzip a dump or a CSV export. It seem to not work?
+ How can I GZip or Bzip a dump or a CSV export. It seems to not work?
These features are based on the gzencode() and
bzcompress() php functions to be more independent of the platform
@@ -852,6 +852,17 @@
And that fixes the \r\n problem with file uploads!
+ When I create a table, I click the Index checkbox for 2 fields
+ and phpMyAdmin generates only one index with those 2 fields.
+
+ In phpMyAdmin 2.2.0, this is the way to create a multi-fields index.
+ If you want two indexes, create the first one when creating the table,
+ save, then display the table properties and click the Index link to
+ create the other index.
+