summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-10-28 20:38:05 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-10-28 20:38:05 +0200
commit1c1aa79a516d5566c32216ddbb9530fbe26f20e6 (patch)
treecc73e6b068b2444101921018f4fcfb3d136f75cd
parent99bf28fef1a5bb0f89919d1e5e722c9eace6826a (diff)
NEWS: Improve 3.0 instructions
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fe86bcda5..ccfa10de3 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,9 @@ This file lists major, incompatible or otherwise important changes, you should l
3.0.0
- - This version ensures PHP 7.2 support
+ - This version ensures PHP 7.2 support by updating the underlying framework
- - INCOMPATIBLE:
+ - INCOMPATIBLE: You need to perform the following actions for this update:
- Changes in application/config/database.php
+ Change "$active_record = TRUE" to "$query_builder = TRUE"
+ Change the pconnect setting to FALSE