summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index 14199092f..676c99e6a 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -45,4 +45,10 @@ need to rename the `$active_record` variable to `$query_builder`.
Step 5: Move your errors folder
===============================
-In version 3.0.0, the errors folder has been moved from _application/errors* to _application/views/errors*. \ No newline at end of file
+In version 3.0.0, the errors folder has been moved from _application/errors* to _application/views/errors*.
+
+Step 6: Check the calls to Array Helper's element() and elements() functions
+============================================================================
+
+The default return value of these functions, when the required elements
+don't exist, has been changed from FALSE to NULL. \ No newline at end of file