diff --git a/ChangeLog b/ChangeLog
index 5ebe52224..8a61cb869 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,9 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ patch #1847534 [interface] New "Inside field" in db search,
thanks to obiserver
+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 60bd07be8..ad266aafc 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -299,7 +299,7 @@ if (!$is_information_schema) {
echo 'INSERT INTO ... SELECT';
//}
echo ')'; ?>
-
+