summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-09-17 13:03:17 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-09-17 13:03:17 -0400
commit9e9a0ea24fd1c8d01e214778f8b9122762db2f40 (patch)
tree8f4c845ea19f1013bf63ae95ff4567d94686359e /CHANGELOG
parentc435d7c13df75ebff1d3d67fe57e6dfdcda55494 (diff)
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG16
1 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0e677365..fb7d6704 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,14 +1,24 @@
========
-Next
+20110917
========
- Start of official tutorial
- Compiler support for generating nice tutorial HTML from literate source files
- New protocol 'static' for generating static pages
-- Replace GCCARGS configure variable with CCARGS
+- Replace GCCARGS 'configure' variable with CCARGS
+- Better support for compilation with Clang (including on OS X)
+- Fancier 'configure' script with versioning
- Applications consult URWEB_STACK_SIZE environment variable to determine thread
stack size
-- Bug fixes
+- HTML tag IDs now drawn from an abstract type
+- New Basis functions: diffInSeconds, mkMonad, onClick, onDblclick, onKeydown,
+ onKeypress, onKeyup, onMousedown, onMouseup, preventDefault, stopPropagation,
+ toSeconds
+- Add <image> tag
+- Add 'target' attribute for <a>
+- New compiler command-line option: -dumpTypes
+- New syntactic sugar for computed ORDER BY clauses
+- Bug fixes and optimization improvements
========
20110715