From eaf08ef7ccb6e10b238e76a967aeff437db22469 Mon Sep 17 00:00:00 2001 From: Naomi Seyfer Date: Mon, 18 Feb 2013 14:31:25 -0800 Subject: [PATCH] Updated History.md draft --- History.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/History.md b/History.md index d7fc7d944b..882089196c 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,7 @@ ## vNEXT +## v0.5.7 * Changed the api for publish functions that do not return a cursor. Specifically, use `added`, `changed`, `removed`, and `ready`, instead @@ -39,6 +40,10 @@ * Meteor now correctly represents empty documents in Collections. +* Reduced unecessary MongoDB re-polling of live queries. + +* Improved UI for running tinytest package tests in-browser. + ## v0.5.6 * Fix 0.5.5 regression: Minimongo selectors matching subdocuments under arrays