File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Overview
22
22
23
23
On this page, you can learn how to upgrade {+odm-long+} to a new major version.
24
24
This page also includes the changes you must make to your application to upgrade
25
- your object-document mapper (ODM) version without losing functionality, if applicable.
25
+ your version of the {+odm-short+} without losing functionality, if applicable.
26
26
27
27
How to Upgrade
28
28
--------------
@@ -61,6 +61,19 @@ version releases that introduced them. When upgrading library versions,
61
61
address all the breaking changes between your current version and the
62
62
planned upgrade version.
63
63
64
+ - :ref:`laravel-breaking-changes-v5.x`
65
+ - :ref:`laravel-breaking-changes-v4.x`
66
+
67
+ .. _laravel-breaking-changes-v5.x:
68
+
69
+ Version 5.x Breaking Changes
70
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71
+
72
+ This library version introduces the following breaking changes:
73
+
74
+ - In query results, the library converts BSON ``UTCDateTime`` objects to ``Carbon``
75
+ date, applying the default timezone.
76
+
64
77
.. _laravel-breaking-changes-v4.x:
65
78
66
79
Version 4.x Breaking Changes
You can’t perform that action at this time.
0 commit comments