summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-09-16 15:00:28 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-09-16 15:00:28 +0200
commit375a4e6609f30c2a20df8113ad9b9f8d6ebf2997 (patch)
tree0495e9b9e189d96dcfe2057385deb4478a6a4cbf /NEWS
parenta26dea734b9f6606c55921cb29d7e054b714ea57 (diff)
Make NEWS more readable
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 50a252933..029c9c43d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,12 @@ This file lists major, incompatible or otherwise important changes, you should l
3.0.0
- INCOMPATIBLE:
- + Change pconnect in database.php to FALSE
- + Set base_url in config-local.php to your domain and installation directory
- (if used). Example: "https://paste.xinu.at/"
+ - Changes in application/config/database.php
+ + Change "$active_record = TRUE" to "$query_builder = TRUE"
+ + Change the pconnect setting to FALSE
+ - Changes in application/config/config-local.php
+ + Set base_url to your domain and installation directory
+ (if used). Example: $config['base_url'] = "https://paste.xinu.at/"
2.1.3 2017-07-04
- API 2.1.1: Fix incorrect types of empty objects returned by file/history and file/delete