From 6fd2a7e7c9571b7aa1bf61198d79d320ecb99d28 Mon Sep 17 00:00:00 2001 From: Andrew Mao Date: Mon, 8 Sep 2014 01:42:03 -0400 Subject: [PATCH] Mention the new replacement for Blaze.getCurrentData --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 17e210480c..1f2767a18f 100644 --- a/History.md +++ b/History.md @@ -41,7 +41,7 @@ prefix instead of your own username. * `Template.instance()` (previously `UI._templateInstance()`) * `Template.body` (previously `UI.body`) * `new Template` (previously `Template.__create__`) - * `Blaze.getData()` (previously `UI.getElementData`) + * `Blaze.getData()` (previously `UI.getElementData`, or `Blaze.getCurrentData` with no arguments) * Deprecate the `ui` package. Instead, use the `blaze` package. The `UI` and `Blaze` symbols are now the same.