summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-08 16:06:22 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-08 16:06:22 -0700
commita9862a8954aa49b17baae243b0b80598d29711e9 (patch)
treea40ea39139e2211a49efa0a5759369427fa0a895 /CHANGES
parentaf19b09a2e894b6f7a3e0001020dd267ad77205d (diff)
downloadnasm-a9862a8954aa49b17baae243b0b80598d29711e9.tar.gz
Document forward references fixed in EQU.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2e71c4f3..896068cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,7 @@
* New type of character/string constants, using backquotes (`...`),
which support C-style escape sequences.
* %defstr and %idefstr to stringize macro definitions before creation.
+* Fix forward references used in EQU statements.
2.02
----