From 71ea032cd99c5850e1e85177ff1c18a8f70effd3 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 14 Oct 2013 18:26:20 -0700 Subject: [PATCH] Update History and LICENSE. --- History.md | 8 ++++++++ LICENSE.txt | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 6db60365d5..c4ce9ee3f0 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,12 @@ ## vNEXT +* Implement `$each`, `$sort`, and `$slice` options for minimongo's `$push` + modifier. + +* Upgraded dependencies: + * SockJS server from 0.3.7 to 0.3.8 + + ## v0.6.6.1 * Fix file watching on OSX. Work around Node issue #6251 by not using @@ -7,6 +14,7 @@ ## v0.6.6 + #### Security * Add `browser-policy` package for configuring and sending diff --git a/LICENSE.txt b/LICENSE.txt index 20e02a2541..8facf5235d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -239,9 +239,11 @@ Copyright (c) 2012 Nathan Rajlich ---------- faye-websocket: https://github.com/faye/faye-websocket-node +websocket-driver: https://github.com/faye/websocket-driver-node ---------- -Copyright (c) 2009-2012 James Coglan +Copyright (c) 2009-2013 James Coglan +Copyright (c) 2010-2013 James Coglan ----------