summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-09-25 08:16:58 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2012-09-25 08:16:58 -0400
commit3665c2cab2d9c34974346c1de54f874d89e06731 (patch)
tree7ef6a7ac1945664318598643e0547fbd4d874ce1 /CHANGELOG
parent84213bae242f02da97f42f02d662f2aa3bfd14af (diff)
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9e2b7c7c..8063a528 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,15 @@
========
+20120925
+========
+
+- Changes to optimization/compilation strategy that can speed up compilation and
+ reduce code size dramatically
+- New .urp directives: 'coreInline' and 'monoInline'
+- 'show' instance for 'sql_query'
+- Improvements to compiler error messages
+- Bug fixes and optimization improvements
+
+========
20120807
========