From 86003bc105c0669eccd045137cf4a913704dc1ca Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 9 Mar 2015 14:27:59 -0700 Subject: [PATCH] Remove history entry for reverted change. --- History.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/History.md b/History.md index b6f5de147f..5c2e381cbd 100644 --- a/History.md +++ b/History.md @@ -118,14 +118,6 @@ template instead of the actual user-defined template, making it difficult to use `Template.instance()` for local template state. -* Fix/change behavior of `Template.currentData` and `Template.parentData` - inside event handlers. Previously, they returned the data context of the - enclosing template, but now they return the data context of the target - element. - - The previous functionality can be reproduced by using - `Template.instance().data` instead of `Template.currentData()`. - * `Template.instance()` now works inside `Template.body`. #3631 * Allow specifying attributes on `` tags in templates.