summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-04-26 09:42:35 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2014-04-26 09:42:35 -0400
commit117212685a7e27429ad6b50505919fe546788bda (patch)
tree95866d3df21f2dd0fdf91391195bc30aff872aa7 /CHANGELOG
parenteec1cc7a37e04f9c4195ede0233ed773f2e964a9 (diff)
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7d5d1b6c..c474049a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,18 @@
========
+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
========