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 ----------