summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-12 14:08:18 -0600
committerCorey Hulen <corey@hulen.com>2016-01-12 14:08:18 -0600
commitfe982081462ca298f85035020f07fc8aa36967af (patch)
treef18bfb372462cf4f64ef32962828f9b60246f472
parent82818ced78bd720f5354152cf7794903cafc0d14 (diff)
parenta457a83c6152049e2a1871944bf8a9e8c688d981 (diff)
downloadchat-fe982081462ca298f85035020f07fc8aa36967af.tar.gz
chat-fe982081462ca298f85035020f07fc8aa36967af.tar.bz2
chat-fe982081462ca298f85035020f07fc8aa36967af.zip
Merge pull request #1862 from mattermost/lfbrock-patch-1
Update changelog.md
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42b485742..5849b30b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -112,9 +112,12 @@ The following options are not present in the System Console, and can be modified
- Searching for a phrase in quotations returns more than just the phrase on Mattermost installations with a Postgres database
- Deleted/Archived channels are not removed from the "More" menu of the person that deleted/archived the channel until after refresh
- Search results don't highlight searches for @username, non-latin characters, or terms inside Markdown code blocks
+- Searching for a username or hashtag containing a dot returns a search where the dot is replaced with the "or" operator
- Hashtags less than three characters long are not searchable
- After deactivating a team member, the person remains in the channel counter
- Certain symbols (<,>,-,+,=,%,^,#,*,|) directly before or after a hashtag cause the message to not show up in a hashtag search
+- Security tab > Active Sessions reports iOS devices as "unknown"
+- Getting a permalink for the second message or later consecutively sent in a group by the same author displaces the copy link popover or causes an error
#### Contributors