summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-01-16 12:06:38 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2011-01-16 12:06:38 -0500
commitde9ddafb11df2950bf4941762e3e42eb04319a38 (patch)
treeb923b8776008018e799a36d6b62b8a75fdb42d3b /CHANGELOG
parenta232a71103cd877b788ba0b8d2e80e0893f468cd (diff)
Updating documentation in preparation for a release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1283262e..99985fe8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,32 @@
========
+Next
+========
+
+- Changes to encoding of SQL aggregate functions: nullable types may be
+ aggregated, and non-COUNT aggregates return nullable results.
+- SQL subqueries may apply aggregate functions to columns bound in enclosing
+ queries.
+- Switch from libmhash to OpenSSL.
+- 'cdataChar', for injecting arbitrary character codes into XML
+- 'crypt', for access to the standard UNIX password encryption routine
+- 'readUtc', for parsing time strings in the UTC time zone
+- Built-in 'time' type now stores microseconds (which for now are only used in
+ connection with Postgres timestamps).
+- Client-side URL blessing and redirection
+- 'currentUrlHasPost' function
+- Transactional 'free' functions now passed an argument indicating whether the
+ runtime system expects to retry the transaction.
+- Change tasks to allow task kind-specific inputs
+- Add 'clientLeaves' and 'periodic' task kinds
+- Support for externally-callable pages, via the 'postBody' and 'queryString'
+ types and the 'effectfulUrl' function
+- 'minHeap' and 'alwaysInline' .urp options
+- '-prefix' command-line option
+- Comments in .urp files (lines starting with '#')
+- Miscellaneous additions to the standard library
+- Bug fixes and improvements to type inference and optimization
+
+========
20101102
========