summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlfbrock <lf.brock@spinpunch.com>2015-12-08 14:17:04 -0500
committerlfbrock <lf.brock@spinpunch.com>2015-12-08 14:17:04 -0500
commitc412f376b1de03d4b17a833887a2f072ef14df95 (patch)
tree2fb1eba6ffaa799fec73747f7dd907c4138f2731 /CHANGELOG.md
parent6b6c555d6f3db676efe6539d0be22eb8731c3ea0 (diff)
downloadchat-c412f376b1de03d4b17a833887a2f072ef14df95.tar.gz
chat-c412f376b1de03d4b17a833887a2f072ef14df95.tar.bz2
chat-c412f376b1de03d4b17a833887a2f072ef14df95.zip
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f6191de9..25d188397 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,15 +70,8 @@ Multiple settings were added to [`config.json`](./config/config.json). These opt
- Removed: `"ApplePushServer": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
- Removed: `"ApplePushCertPublic": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
- Removed: `"ApplePushCertPrivate": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
- - Added: `"SendPushNotifications": true` to control whether push notifications are sent to mobile apps
- - Added: `"PushNotificationServer": "https://push.mattermost.com"` to
-
-#### Database Changes from v1.2 to v1.3
-
-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`
+ - Added: `"SendPushNotifications": true` to control whether mobile push notifications are sent to the server specified in `PushNotificationServer`
+ - Added: `"PushNotificationServer": "https://push.mattermost.com"` to specify the address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services)
#### Known Issues