Skip to content

Commit

Permalink
release 3.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 1, 2014
1 parent bd0fd92 commit a64c0fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.8.20 / 2014-12-01
===================
* fixed; recursive readPref #2490 [kjvalencik](https://github.com/kjvalencik)
* fixed; make sure to copy parameters to update() before modifying #2406 [alabid](https://github.com/alabid)
* fixed; unclear documentation about query callbacks #2319
* fixed; setting a schema-less field to an empty object #2314 [alabid](https://github.com/alabid)
* fixed; registering statics and methods for discriminators #2167 [alabid](https://github.com/alabid)

3.8.19 / 2014-11-09
===================
* fixed; make sure to not override subdoc _ids on find #2276 [alabid](https://github.com/alabid)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.8.20-pre"
, "version": "3.8.20"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "dependencies": {
Expand Down

0 comments on commit a64c0fa

Please sign in to comment.