Skip to content

Commit a64c0fa

Browse files
committed
release 3.8.20
1 parent bd0fd92 commit a64c0fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.8.20 / 2014-12-01
2+
===================
3+
* fixed; recursive readPref #2490 [kjvalencik](https://github.com/kjvalencik)
4+
* fixed; make sure to copy parameters to update() before modifying #2406 [alabid](https://github.com/alabid)
5+
* fixed; unclear documentation about query callbacks #2319
6+
* fixed; setting a schema-less field to an empty object #2314 [alabid](https://github.com/alabid)
7+
* fixed; registering statics and methods for discriminators #2167 [alabid](https://github.com/alabid)
8+
19
3.8.19 / 2014-11-09
210
===================
311
* fixed; make sure to not override subdoc _ids on find #2276 [alabid](https://github.com/alabid)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose"
33
, "description": "Mongoose MongoDB ODM"
4-
, "version": "3.8.20-pre"
4+
, "version": "3.8.20"
55
, "author": "Guillermo Rauch <[email protected]>"
66
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
77
, "dependencies": {

0 commit comments

Comments
 (0)