Handle more ELF section types

note, preinit_array, init_array, and fini_array are ELF section types
that can matter to the assembly programmer.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
diff --git a/doc/changes.src b/doc/changes.src
index 1e67bec..d118197 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -15,6 +15,9 @@
 \b Add support for the \c{merge} and \c{strings} attributes on ELF
 sections. See \k{elfsect}.
 
+\b Add support for the \c{note}, \c{preinit_array}, \c{init_array},
+and \c{fini_array} sections type in ELF. See \k{elfsect}.
+
 \b Handle more than 32,633 sections in ELF.
 
 \S{cl-2.14.02} Version 2.14.02