Add ChangeLog entry for #15781

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-02-12 23:12:28 +01:00
parent 0b2937dd6a
commit dc69fbf0f4
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -39,6 +39,7 @@ phpMyAdmin - ChangeLog
- issue #15187 Fixed editing a row and using 'insert as new row' uses primary key 0 instead of NULL
- issue #15877 Fixed php error "preg_match() expects parameter 2 to be string, null given" on some specific tables
- issue #15795 Fix broken link on "MySQL said" error message
- issue #15781 Fix illegal string offset error on structure page of 'information_schema' database
5.0.1 (2020-01-07)
- issue #15719 Fixed error 500 when browsing a table when $cfg['LimitChars'] used a string and not an int value