patch 8.2.1582: the channel log does not show typed text

Problem:    The channel log does not show typed text.
Solution:   Add raw typed text to the log file.
diff --git a/src/version.c b/src/version.c
index 39e81bc..9c5f370 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1582,
+/**/
     1581,
 /**/
     1580,