From b4cef36caecb5edca3fef6ba91f4f29b427ce72b Mon Sep 17 00:00:00 2001 From: John Regehr Date: Fri, 6 May 2011 09:21:10 -0600 Subject: [PATCH] Let's keep a list of high-level changes since each release so we don't have to try to remember what's new when we do the next release. Xuejun some details about the new loop generator would be good here. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e69de29bb..4204b516d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,9 @@ +Changes since 2.0.0 release: + + By default mark variables and functions as "static" since some + compilers can exploit this to optimize more aggressively. + + Loop code generation is significantly generalized [Xuejun: please + give some details]. + + Several bugs were fixed.