From b7c547f0901248cce3feefdf604f128142cccc23 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 2 Jun 2014 14:00:51 -0700 Subject: [PATCH] history: a bit more explicit --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0b9e29bea8..871bf8926f 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,8 @@ ## v.NEXT * The `findAll` method on template instances now returns a vanilla - array, not a jQuery object. #2039 + array, not a jQuery object. The `$` method continues to + return a jQuery object. #2039 * Speed up updates of NPM modules by upgrading Node to include our fix for https://github.com/npm/npm/issues/3265 instead of passing `--force` to