From dcc870dbc3ca1d3bb792b9ba284fbe2ceff4435f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 20 May 2015 12:33:25 -0400 Subject: New release --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index e4eae28e..838da410 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +======== +20150520 +======== + +- Change default behavior of client-side GUI event handlers: + By default, events are now passed to handlers on parent DOM nodes as well, + just like in normal JavaScript. + Call [preventDefault] or [stopPropagation] to tweak that behavior. + WARNING: This change may break backward compatibility! +- URIs specified with 'file' .urp directive are implicitly allowed to be referenced. +- New HTML tags:
, +- New urweb-mode Emacs command: 'urweb-close-matching-tag' +- Bug fixes + ======== 20150412 ======== -- cgit v1.2.3