diff --git a/ChangeLog b/ChangeLog
index f32d8be37..5c10a35f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
+2.11.5.0 (not yet released)
+- bug #1862661 [GUI] Warn about rename deleting database
+
2.11.4.0 (not yet released)
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
- bug #1807816 [search] regular expression search doesn't work with
diff --git a/db_operations.php b/db_operations.php
index b5ef57757..61d1bc085 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -293,7 +293,7 @@ if (!$is_information_schema) {
echo 'INSERT INTO ... SELECT';
//}
echo ')'; ?>
-
+