Mercurial > urweb
comparison CHANGELOG @ 2003:8e45bb2c9046
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 26 Apr 2014 09:42:35 -0400 |
parents | b3c8860508ea |
children | 57f59e46c336 |
comparison
equal
deleted
inserted
replaced
2002:9356e8f91ea4 | 2003:8e45bb2c9046 |
---|---|
1 ======== | |
2 20140426 | |
3 ======== | |
4 | |
5 - New Basis functions having to do with dates and times, wrapped nicely in new | |
6 Datetime module of standard library | |
7 - New .urp directives: 'html5', 'neverInline', 'noMangleSql' | |
8 - New command-line arguments: '-explainEmbed', '-stop' | |
9 - Changes to C FFI interface, especially for uw_register_transactional() | |
10 - 'Basis.getEnv' now always calls UNIX getenv() outside a page handler. | |
11 - Changed <active> to avoid generating an empty <span> for empty content. | |
12 - New HTML tag: <pre> | |
13 - Bug fixes and improvements to type inference, optimizations, and documentation | |
14 | |
1 ======== | 15 ======== |
2 20131231 | 16 20131231 |
3 ======== | 17 ======== |
4 | 18 |
5 - Performance optimizations for Ur/Web's standalone HTTP servers | 19 - Performance optimizations for Ur/Web's standalone HTTP servers |