summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-04 06:57:03 -0800
committerit33 <iantien@gmail.com>2015-11-04 06:57:03 -0800
commite1fef658012f08dc4b093417b27faa9cf6dc609f (patch)
tree9f88ed04087832ac8ce8c1be341833ae71995e05
parent559ca09f2ce72306ea33366f2972be6d22656fc7 (diff)
parent3c1bb76e999c6fd4743aa986b03d127a5a9f4237 (diff)
downloadchat-e1fef658012f08dc4b093417b27faa9cf6dc609f.tar.gz
chat-e1fef658012f08dc4b093417b27faa9cf6dc609f.tar.bz2
chat-e1fef658012f08dc4b093417b27faa9cf6dc609f.zip
Merge pull request #1293 from mattermost/lfbrock-patch-1
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0bf805e7d..3ac8a3261 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -64,6 +64,32 @@ System Console
- IE 11 new minimum version for IE, since IE 10 share fell below 5% on desktop
- Safari 8 new minimum version for Safari, since Safari 7 fell below 1% on desktop
+#### Config.json Changes from v1.1 to v1.2
+
+Multiple settings were added to [`config.json`](./config/config.json). These options can be modified in the System Console, or manually updated in the existing config.json file. This is a list of changes and their new default values in a fresh install:
+- Under `TeamSettings` in `config.json`:
+ - Added: `"RestrictTeamNames": true` to control whether team names are restricted
+ - Added: `"EnableTeamListing": false` to control whether teams can be listed on the root page of the site
+- Under `ServiceSettings` in `config.json`
+ - Added: `EnableOutgoingWebhooks": true` to turn on outgoing webhooks
+
+#### Database Changes from v1.1 to v1.2
+
+The following is for informational purposes only, no action needed. Mattermost automatically upgrades database tables from the previous version's schema using only additions. Sessions table is dropped and rebuilt, no team data is affected by this.
+
+##### Channels Table
+1. Renamed `Description` to `Header`
+2. Added `Purpose` column with type `varchar(1024)`
+
+##### Preferences Table
+1. Added `Preferences` Table
+
+##### Teams Table
+1. Added `InviteId` column with type `varchar(32)`
+2. Added `AllowOpenInvite` column with type `tinyint(1)`
+3. Added `AllowTeamListing` column with type `tinyint(1)`
+4. Added `idx_teams_invite_id` index
+
#### Known Issues
- Microsoft Edge does not yet support drag and drop