From 9a881c5dde4e6625a53a6a9ff7eb9082775edcd9 Mon Sep 17 00:00:00 2001 From: Aaron Heckmann Date: Wed, 1 Aug 2012 12:08:19 -0700 Subject: [PATCH] release 3.0.0rc0 --- History.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b74828e5aed..e2251569711 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,20 @@ +3.0.0rc0 / 2012-08-01 +===================== + + * fixed; allow subdoc literal declarations containing "type" pathname (#993) + * fixed; unsetting a default array (#758) + * fixed; boolean $in queries (#998) + * fixed; allow use of `options` as a pathname (#529) + * fixed; `model` is again a permitted schema path name + * fixed; field selection option on subdocs (#1022) + * fixed; handle another edge case with subdoc saving (#975) + * added; emit save err on model if listening + * added; MongoDB TTL collection support (#1006) + * added; $center options support + * added; $nearSphere and $polygon support + * updated; driver version to 1.1.2 + 3.0.0alpha2 / 2012-07-18 ========================= diff --git a/package.json b/package.json index 5976c19ed99..9dc9a75e20a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose" , "description": "Mongoose MongoDB ODM" - , "version": "3.0.0alpha2" + , "version": "3.0.0rc0" , "author": "Guillermo Rauch " , "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql"] , "dependencies": {