diff --git a/ChangeLog b/ChangeLog index 0187016614..32448bcb50 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ -2001-08-16 Marc Delisle - * tbl_change.php3, bug 451085 Can't assign NULL value to char(1) +2001-08-16 Loïc Chapeaux + * lang/polish.inc.php3: updated thanks to + Jakub Wilk . + * tbl_addfield.php3, line 68: removed an unecessary stripslashes call. + * tbl_replace.php3: fixed some decoding bugs. + +2001-08-16 Marc Delisle + * tbl_change.php3, bug 451085 Can't assign NULL value to char(1). 2001-08-16 Loïc Chapeaux * tbl_change.php3; tbl_replace.php3: fixed some of the bugs I've introduced