summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlfbrock <lf.brock@spinpunch.com>2015-11-03 21:42:27 -0500
committerlfbrock <lf.brock@spinpunch.com>2015-11-03 21:42:27 -0500
commit3c1bb76e999c6fd4743aa986b03d127a5a9f4237 (patch)
tree7ce4ae152f254ea7b35c954203eaea9aa426e67d /CHANGELOG.md
parent3656ba5344cdaa26a5563323f3fe8cb179fac6dd (diff)
downloadchat-3c1bb76e999c6fd4743aa986b03d127a5a9f4237.tar.gz
chat-3c1bb76e999c6fd4743aa986b03d127a5a9f4237.tar.bz2
chat-3c1bb76e999c6fd4743aa986b03d127a5a9f4237.zip
Update
Diffstat (limited to '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