Mercurial > urweb
diff CHANGELOG @ 2131:88a8a656003f
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 12 Apr 2015 14:19:02 -0400 |
parents | f1c4edf0a655 |
children | 58f71898cd9d |
line wrap: on
line diff
--- a/CHANGELOG Tue Apr 07 14:18:53 2015 -0400 +++ b/CHANGELOG Sun Apr 12 14:19:02 2015 -0400 @@ -1,3 +1,13 @@ +======== +20150412 +======== + +- Several new infix operators for function composition, etc. +- Hexadecimal integer literals +- New HTML events: 'oncontextmenu', 'onmouseenter', and 'onmouseleave' +- New HTML attributes: 'download' +- Bug fixes and optimization improvements + ======== 20150214 ========