Mercurial > urweb
diff CHANGELOG @ 1911:7d26b96370af
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 24 Nov 2013 09:26:38 -0500 |
parents | 1239ba1a1671 |
children | b3c8860508ea |
line wrap: on
line diff
--- a/CHANGELOG Fri Nov 22 09:48:16 2013 -0500 +++ b/CHANGELOG Sun Nov 24 09:26:38 2013 -0500 @@ -1,3 +1,24 @@ +======== +20131124 +======== + +- Extend 'where con' to allow descending into submodule structure +- Type inference improvements +- Treat transactional FFI functions as effectful by default, + so that 'effectful'/'benignEffectful' .urp directives aren't necessary +- Interpret 'table' signature items more flexibly, + automatically adding (Ur) constraints to support + a kind of subtyping over (SQL) constraint sets +- New header file scheme to support FFI code in either of C or C++ +- New command-line arguments: -ccompiler, -print-ccompiler +- More HTML tags: <dd>, <dl>, <dt>, <em>, and <strong> +- Add 'rel' attribute to <a> +- New type synonym 'xhead' +- Refactored the development Mercurial repository to remove autogenerated files +- More integration with Autotools distribution functionality +- Improvements to documentation and compiler error messages +- Bug fixes and optimization improvements + ======== 20130421 ========