summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-08-28 12:46:09 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-08-28 12:46:09 +0000
commit03b8970a778a0f4985dc44722b3dffd2a0cef73f (patch)
treedae1e4ebb72cb84817d27c06be94142cde57f6e1 /Changelog
parent82d24661bf10875afa1a56868ef87649623a4687 (diff)
Last updates for release 1.5.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1142 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 8e253ee..083940c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,5 @@
-Release 1.5
-=========
+Release 1.5, 2009-08-28
+=======================
- Support for "goto" in the source language Clight.
@@ -9,7 +9,7 @@ Release 1.5
tightened semantic preservation results accordingly.
- Fixed spurious compile-time error on Clight statements of the form
- "x = f(...)" where x is a global variable.
+ "x = f(...);" where x is a global variable.
- Fixed spurious compile-time error on Clight initializers where
the initial value is the result of a floating-point computation