diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-09-26 13:41:57 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-09-26 13:41:57 +0200 |
commit | 81a4c8c630ef59cffea0c24e64fb6fa7f09bfcf6 (patch) | |
tree | b4ef35b4c51b30ff4d596198be79d4846b327cf0 | |
parent | 1c87c32efe6267bcf05d3c60119768a043e0ccd1 (diff) |
NEWS: Mention PHP 7.2 support
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ This file lists major, incompatible or otherwise important changes, you should l 3.0.0 + - This version ensures PHP 7.2 support + - INCOMPATIBLE: - Changes in application/config/database.php + Change "$active_record = TRUE" to "$query_builder = TRUE" |