doc: Updates for stable branch fix

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
diff --git a/doc/changes.src b/doc/changes.src
index 5214e78..7195377 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -8,6 +8,15 @@
 since 2007.
 
 
+\S{cl-2.09.08} Version 2.09.08
+
+\b Fix \c{__OUTPUT_FORMAT__} assignment when output driver alias
+   is used. For example when \c{-f elf} is used \c{__OUTPUT_FORMAT__}
+   must be set to \c{elf}, if \c{-f elf32} is used \c{__OUTPUT_FORMAT__}
+   must be assigned accordingly, i.e. to \c{elf32}. The rule applies to
+   all output driver aliases. See \k{ofmtm}.
+
+
 \S{cl-2.09.07} Version 2.09.07
 
 \b Fix attempts to close same file several times
@@ -15,6 +24,7 @@
 
 \b Fixes for VEXTRACTF128, VMASKMOVPS encoding.
 
+
 \S{cl-2.09.06} Version 2.09.06
 
 \b Fix missed section attribute initialization in \c{bin} output target.