From 87a35c6524c487e9a14e21efef8d6de99898ebef Mon Sep 17 00:00:00 2001 From: Clever Beagle Date: Fri, 3 Nov 2017 07:11:09 -0500 Subject: [PATCH] Update History.md --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index fef04f3..6a0e58e 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,6 @@ ## v.NEXT +- 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. - Improve [#79](https://github.com/cleverbeagle/pup/issues/79). Add `babel-plugin-lodash` to reduce footprint of Lodash to only methods that are used in the project.