Document the -O0 and -O1 behaviors.
Document the way the -O0 and -O1 options actually behave. -O0, in
particular, is NASM 0.98 compatibility mode.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
diff --git a/doc/changes.src b/doc/changes.src
index 3cd0b22..6624f12 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -8,6 +8,12 @@
since 2007.
+\S{cl-2.05} Version 2.05
+
+\b Make the behaviour of \c{-O0} match NASM 0.98 legacy behavior.
+ See \k{opt-O}.
+
+
\S{cl-2.04} Version 2.04
\b Sanitize macro handing in the \c{%error} directive.