From df6e70320a658db1591b871bc433ca0de6f60964 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Fri, 25 Jul 2014 16:14:25 -0700 Subject: [PATCH] Update History.md (template autorun) --- History.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index cb80c76339..eac8d9e9f9 100644 --- a/History.md +++ b/History.md @@ -10,7 +10,9 @@ * Fix performance issues and memory leaks concerning event handlers. -* Add `UI.remove` to complement `UI.render`. +* Add `UI.remove`. + +* Add `this.autorun` to the template instance. * Create `` tags as SVG elements when they have `xlink:href` attributes. (Previously, `` tags inside SVGs were never created as