Mercurial > urweb
diff CHANGELOG @ 2003:8e45bb2c9046
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 26 Apr 2014 09:42:35 -0400 |
parents | b3c8860508ea |
children | 57f59e46c336 |
line wrap: on
line diff
--- a/CHANGELOG Mon Apr 21 12:09:58 2014 -0400 +++ b/CHANGELOG Sat Apr 26 09:42:35 2014 -0400 @@ -1,3 +1,17 @@ +======== +20140426 +======== + +- New Basis functions having to do with dates and times, wrapped nicely in new + Datetime module of standard library +- New .urp directives: 'html5', 'neverInline', 'noMangleSql' +- New command-line arguments: '-explainEmbed', '-stop' +- Changes to C FFI interface, especially for uw_register_transactional() +- 'Basis.getEnv' now always calls UNIX getenv() outside a page handler. +- Changed <active> to avoid generating an empty <span> for empty content. +- New HTML tag: <pre> +- Bug fixes and improvements to type inference, optimizations, and documentation + ======== 20131231 ========