summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-12-02 17:00:41 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-12-02 17:00:41 +0100
commite1af7a5f180e77ae12ae157fc01da201864375c9 (patch)
tree82b5730d506634d26a9732f42eb967e5521c6a3e
parentd7656ec3e102d604b9b14f0886c147c0d1e55527 (diff)
NEWS: Clarify wording regarding base_url
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 a960be241..72c883588 100644
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,8 @@ This file lists major, incompatible or otherwise important changes, you should l
+ Change the dbcollat setting to "utf8mb4_bin"
+ Change the stricton setting to TRUE
- 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/"
+ + Set base_url to your domain and, if used, installation directory.
+ 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