Skip to content

Commit

Permalink
Release 3.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 30, 2014
1 parent 55a8544 commit 62804c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.8.12 / 2014-05-30
==================
* fixed; single-server reconnect event fires #1672
* fixed; sub-docs not saved when pushed into populated array #1794
* fixed; .set() sometimes converts embedded docs to pojos #1954 [archangel-irk](https://github.com/archangel-irk)
* fixed; sub-doc changes not getting persisted to db after save #2082
* fixed; custom getter might cause mongoose to mistakenly think a path is dirty #2100 [pgherveou](https://github.com/pgherveou)
* fixed; chainable helper for allowDiskUse option in aggregation #2114

3.8.11 / 2014-05-22
==================
* updated; node-mongodb-native to 1.4.5
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.12-pre"
, "version": "3.8.12"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "dependencies": {
Expand Down

0 comments on commit 62804c3

Please sign in to comment.