From 9bb83c4d4418286e700c17793336d490eadd9e41 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Mon, 28 Jul 2014 14:20:23 -0700 Subject: [PATCH] Moar History words --- History.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index ab2a3105e6..0ce44b0e8c 100644 --- a/History.md +++ b/History.md @@ -10,9 +10,10 @@ * Fix performance issues and memory leaks concerning event handlers. -* Add `UI.remove`. +* Add `UI.remove`, which removes a template after `UI.render`/`UI.insert`. -* Add `this.autorun` to the template instance. +* Add `this.autorun` to the template instance, which is like `Deps.autorun` + but is automatically stopped when the template is destroyed. * Create `` tags as SVG elements when they have `xlink:href` attributes. (Previously, `` tags inside SVGs were never created as