Skip to content

Commit

Permalink
docs(History): make a note about #10555
Browse files Browse the repository at this point in the history
Fix #10576
  • Loading branch information
vkarpov15 committed Aug 19, 2021
1 parent fca0627 commit e90aab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* fix(schema): throw more helpful error when defining a document array using a schema from a different copy of the Mongoose module #10453
* fix: add explicit check on constructor property to avoid throwing an error when checking objects with null prototypes #10512
* fix(cursor): make sure to clear stack every 1000 docs when calling `next()` to avoid stack overflow with large batch size #10449
* fix(index.d.ts): improve types of Schema#(g|s)et #10555 [thiagokisaki](https://github.com/thiagokisaki)
* fix(index.d.ts): allow calling new Model(...) with generic Model param #10526
* fix(index.d.ts): update type declarations of Schema.index method #10538 #10530 [Raader](https://github.com/Raader)
* fix(index.d.ts): add useNewUrlParser and useUnifiedTopology to ConnectOptions #10500
Expand Down

0 comments on commit e90aab1

Please sign in to comment.