From b017135a3b979ba5235b131e9aa47b0d181e1b2a Mon Sep 17 00:00:00 2001 From: Clever Beagle Date: Fri, 3 Nov 2017 15:34:30 -0500 Subject: [PATCH] Update History.md --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 6a0e58e..26777d6 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,6 @@ ## v.NEXT +- Improve [#95](https://github.com/cleverbeagle/pup/issues/95). Migrate from `createContainer` method to `withTracker` for data containers. - Improve [#94](https://github.com/cleverbeagle/pup/issues/94). Bump Meteor to v1.6 and bump Atmosphere and NPM deps. - Improve [#53](https://github.com/cleverbeagle/pup/issues/53). Move method imports to be on both the client and the server to leverage Meteor's latency compensation by default. - Improve [#78](https://github.com/cleverbeagle/pup/issues/78). Deprecate `@cleverbeagle/dates` package in favor of a local file of date helpers.