summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-07-15 10:17:15 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-07-15 10:17:15 -0400
commite4a29fbb4aca90b241ac13c0ea604f8a9cf594f9 (patch)
treeeb135a3a2a73bce0157d52a506b8a39ade2be3b8 /CHANGELOG
parentd85248cb116c4e2db7a04d80a8eba6870344c2a9 (diff)
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0138d3a6..2e1b2c02 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,23 @@
========
+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
========