comparison CHANGELOG @ 2146:58f71898cd9d

New release
author Adam Chlipala <adam@chlipala.net>
date Wed, 20 May 2015 12:33:25 -0400
parents 88a8a656003f
children a86749aef6eb
comparison
equal deleted inserted replaced
2145:5a010f408f36 2146:58f71898cd9d
1 ========
2 20150520
3 ========
4
5 - Change default behavior of client-side GUI event handlers:
6 By default, events are now passed to handlers on parent DOM nodes as well,
7 just like in normal JavaScript.
8 Call [preventDefault] or [stopPropagation] to tweak that behavior.
9 WARNING: This change may break backward compatibility!
10 - URIs specified with 'file' .urp directive are implicitly allowed to be referenced.
11 - New HTML tags: <fieldset>, <legend>
12 - New urweb-mode Emacs command: 'urweb-close-matching-tag'
13 - Bug fixes
14
1 ======== 15 ========
2 20150412 16 20150412
3 ======== 17 ========
4 18
5 - Several new infix operators for function composition, etc. 19 - Several new infix operators for function composition, etc.