diff --git a/docs/migrating_to_7.md b/docs/migrating_to_7.md index c4df320908..e718957b75 100644 --- a/docs/migrating_to_7.md +++ b/docs/migrating_to_7.md @@ -23,6 +23,7 @@ If you're still on Mongoose 5.x, please read the [Mongoose 5.x to 6.x migration * [ObjectId bsontype now has lowercase d](#objectid-bsontype-now-has-lowercase-d) * [Removed support for custom promise libraries](#removed-support-for-custom-promise-libraries) * [Removed mapReduce](#removed-mapreduce) +* [Deprecated `keepAlive`](#deprecated-keepalive) * [TypeScript-specific changes](#typescript-specific-changes) * [Removed `LeanDocument` and support for `extends Document`](#removed-leandocument-and-support-for-extends-document) * [New parameters for `HydratedDocument`](#new-parameters-for-hydrateddocument) @@ -335,6 +336,12 @@ If you want to use Bluebird for all promises globally, you can do the following: global.Promise = require('bluebird'); ``` +
keepAlive
LeanDocument
and support for extends Document