From e2f2a2238c39b14f61cd7bf27b166b30ad2cc1ca Mon Sep 17 00:00:00 2001 From: David Glasser Date: Wed, 12 Nov 2014 16:25:28 -0800 Subject: [PATCH] A few more History notes --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.md b/History.md index d54bd755e7..f9a2a869ca 100644 --- a/History.md +++ b/History.md @@ -6,6 +6,14 @@ * Corporate HTTP proxy support is now implemented using our websocket library's new built-in implementation instead of a custom implementation. #2515 +* Some packages are no longer released as part of the core release process: + jquery-history, jquery-layout + +* Rework how Meteor packages get loaded into the command-line tool + +* Remove support for the undocumented earliestCompatibleVersion feature of the + package system. + * Upgraded dependencies: - node: 0.10.33 (from 0.10.29) - source-map-support: 0.2.8 (from 0.2.5)