summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-23 21:51:21 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-23 21:51:21 -0700
commite3ad2ecdfec7956df91ab90e15ac5a40d774da10 (patch)
tree333546196ce6d108ba64ad0e8e4144ba50ba69fa /CHANGES
parent94cd4dd113fea9b639f60e07b2e64c622bbb0c02 (diff)
downloadnasm-e3ad2ecdfec7956df91ab90e15ac5a40d774da10.tar.gz
Add note about SEH support
Still need documentation from someone who actually knows anything about how this works.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c51803a8..7288218e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@
* Fix optimizations of signed bytes.
* Fix operation on bigendian machines.
* Fix buffer overflow in the preprocessor.
+* SAFESEH support for Win32, IMAGEREL for Win64 (SEH).
2.02
----