diff --git a/appendices/migration56/changed-functions.xml b/appendices/migration56/changed-functions.xml
index ea202c7547..0244be2d5a 100644
--- a/appendices/migration56/changed-functions.xml
+++ b/appendices/migration56/changed-functions.xml
@@ -32,6 +32,44 @@
+
+ Mcrypt
+
+
+
+
+ The source parameter of
+ mcrypt_create_iv now defaults to
+ MCRYPT_DEV_URANDOM instead of
+ MCRYPT_DEV_RANDOM.
+
+
+
+
+
+
+ PostgreSQL
+
+
+
+
+ pg_insert, pg_select,
+ pg_update and pg_delete are no
+ longer experimental.
+
+
+
+
+ pg_send_execute,
+ pg_send_prepare, pg_send_query
+ and pg_send_query_params will no longer block until
+ query write completion if the underlying socket stream for the database
+ connection is set to non-blocking mode.
+
+
+
+
+
XMLReader
@@ -46,8 +84,6 @@
-
-