diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2020-10-10 13:36:54 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2020-10-10 13:36:54 +0300 |
commit | e7c2f0e51cad609fb24f1cab5594c5b210f797b1 (patch) | |
tree | 5e14a2d3579244aa1afac221ba97c32f1cb7c24a | |
parent | 723fb2cc3309b9963620e8b54f3709e7a3331c57 (diff) | |
download | nasm-e7c2f0e51cad609fb24f1cab5594c5b210f797b1.tar.gz nasm-e7c2f0e51cad609fb24f1cab5594c5b210f797b1.tar.xz nasm-e7c2f0e51cad609fb24f1cab5594c5b210f797b1.zip |
doc/changes: Document rdf header fix
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r-- | doc/changes.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 8aab8fc5..cc695122 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,11 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.15.06} Version 2.15.06 + +\b Fix object and header length in \c{rdf} format. +It is been broken in 2.13.xx series. + \S{cl-2.15.05} Version 2.15.05 \b Fix \c{%ifid $} and \c{%ifid $$} incorrectly being treated as |