Mercurial > urweb
comparison CHANGELOG @ 2206:c1a62ce47083
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 27 May 2014 21:38:01 -0400 |
parents | 8e45bb2c9046 |
children | 57f59e46c336 |
comparison
equal
deleted
inserted
replaced
2205:cdea39473c78 | 2206:c1a62ce47083 |
---|---|
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 |