Skip to content

Commit 0deb234

Browse files
committed
docs: highlight idSetter as a breaking change in changelog re: Automattic@32a84b7#commitcomment-145631235
1 parent 6cb5571 commit 0deb234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
==================
298298
* perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
299299
* feat: upgrade to MongoDB Node.js driver 5.7.0 #13591
300-
* feat: add `id` setter which allows modifying `_id` by setting `id` (Note this change was reverted in Mongoose 8) #13517
300+
* BREAKING CHANGE: add `id` setter which allows modifying `_id` by setting `id` (Note this change was originally shipped as a `feat`, but later reverted in Mongoose 8 due to compatibility issues) #13517
301301
* feat: support generating custom cast error message with a function #13608 #3162
302302
* feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate #13584 #13539
303303
* feat(connection): add Connection.prototype.removeDb() for removing a related connection #13580 #11821

0 commit comments

Comments
 (0)