Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ This library version introduces the following breaking changes:
of this behavior, you cannot have two separate ``id`` and ``_id`` fields in your
documents.

- When using a ``DateTimeInterface`` object in a query, the library converts
the ``DateTimeInterface`` to a ``MongoDB\BSON\UTCDateTime`` object.

.. _laravel-breaking-changes-v4.x:

Version 4.x Breaking Changes
Expand Down
Loading