summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-14 08:21:24 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-14 08:21:24 -0400
commitf765ceb91873be1c96dbdb82e988f1b1d8ec5db7 (patch)
treedf1eb5fd42024bb71e3067d585b94af9ac71b7eb
parent447363262e7486c0ad88360c6b77208d0606bd6d (diff)
parent186bb7d23910c61532f4acac4c3f35dab3246804 (diff)
downloadchat-f765ceb91873be1c96dbdb82e988f1b1d8ec5db7.tar.gz
chat-f765ceb91873be1c96dbdb82e988f1b1d8ec5db7.tar.bz2
chat-f765ceb91873be1c96dbdb82e988f1b1d8ec5db7.zip
Merge pull request #660 from mattermost/it33-patch-3
Update CHANGELOG with info on recent commits
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5876dc894..7aac49ff2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,8 @@ Documentation
- Updated software and hardware requirements documentation
- Re-organized install instructions out of README and into separate files
+- Added Code Contribution Guidelines
+- Added new hardware sizing recommendations
- Consolidated licensing information into LICENSE.txt and NOTICE.txt
Performance
@@ -33,7 +35,8 @@ Code Quality
### Bug Fixes
-- Fixed performance issue with slow typing on iOS
+- Fixed performance issue with slow typing on iOS
+- Fixed issue so that SSO option automatically set EmailVerified=true (it was false previously)
### Contributors