# HG changeset patch # User Adam Chlipala # Date 1310739435 14400 # Node ID 175b6d52252d05da9698e7cce4871f593c9563d0 # Parent b2ca3e1e5b40b1419350a74faa72da5980982909 New release diff -r b2ca3e1e5b40 -r 175b6d52252d CHANGELOG --- a/CHANGELOG Fri Jul 15 10:02:54 2011 -0400 +++ b/CHANGELOG Fri Jul 15 10:17:15 2011 -0400 @@ -1,3 +1,22 @@ +======== +20110715 +======== + +- Treat local variables the same as module-level variables, for the purpose of + implicit argument insertion +- New 'noXsrfProtection' directive for .urp files +- Non-debug builds omit source location information in error messages shown to + the user (but keep that information in log entries) +- Basis.getHeader and Basis.setHeader +- Basis.show_css_class +- Basis.currentUrlHasQueryString +- Make Basis.rand cryptographically secure +- Client-side versions of Basis.now and Basis.show_time +- Bug fixes +- Improvements to auto-configuration and build process (now builds with LLVM's + Clang!) +- Clarifications in the manual + ======== 20110517 ========