aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 59f184e2..4c5632ee 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,8 @@ Code generation and optimization:
Usability:
- Resurrected support for the Cygwin x86-32 port, which got lost at release 3.0.
+- Pull request #192: improve the printing of Clight intermediate code
+ so that it looks more like valid C source. (Frédéric Besson)
Bug fixing:
- Issue #P25: make sure sizeof(long double) = sizeof(double) in all contexts.