comparison CHANGELOG @ 1826:6a621a625b04

New release
author Adam Chlipala <adam@chlipala.net>
date Tue, 25 Sep 2012 08:16:58 -0400
parents 40557fb08e98
children 1239ba1a1671
comparison
equal deleted inserted replaced
1825:52c291b05738 1826:6a621a625b04
1 ========
2 20120925
3 ========
4
5 - Changes to optimization/compilation strategy that can speed up compilation and
6 reduce code size dramatically
7 - New .urp directives: 'coreInline' and 'monoInline'
8 - 'show' instance for 'sql_query'
9 - Improvements to compiler error messages
10 - Bug fixes and optimization improvements
11
1 ======== 12 ========
2 20120807 13 20120807
3 ======== 14 ========
4 15
5 - Client-side mouse and keyboard event handlers are now functions over records. 16 - Client-side mouse and keyboard event handlers are now functions over records.