Mercurial > urweb
diff CHANGELOG @ 1806:40557fb08e98
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 07 Aug 2012 09:41:02 -0400 |
parents | 4cca386e5766 |
children | 6a621a625b04 |
line wrap: on
line diff
--- a/CHANGELOG Sun Aug 05 17:11:39 2012 -0400 +++ b/CHANGELOG Tue Aug 07 09:41:02 2012 -0400 @@ -1,3 +1,18 @@ +======== +20120807 +======== + +- Client-side mouse and keyboard event handlers are now functions over records. +- More flexibility in local type class instances +- Remove 'class' declaration; use 'con' instead now. +- SQL window functions +- New HTML pseudo-tag: <active> +- New Basis members: getenv (and associated functions), giveFocus +- New Top member: postFields (to process POST form data when called by some external script) +- HTTP daemons take '-a' option to set IP address to listen on +- More global mouse event hooks +- Bug fixes and performance improvements + ======== 20120519 ========