summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-20 07:36:49 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-20 07:36:49 -0500
commit3aea449b524f7bbc9bae92309fb702e04c1bf01e (patch)
treeadbbc3cb34f4cb4c9a2a372fad03e840558e94fa
parent00ef630412a1d767804482a5b456bb43256daf43 (diff)
parentf367382ef4d4b6cb6379cd9dbb6ee28073b6b9e8 (diff)
downloadchat-3aea449b524f7bbc9bae92309fb702e04c1bf01e.tar.gz
chat-3aea449b524f7bbc9bae92309fb702e04c1bf01e.tar.bz2
chat-3aea449b524f7bbc9bae92309fb702e04c1bf01e.zip
Merge pull request #1476 from mattermost/lfbrock-patch-1
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 702d96c7e..b8f2faf81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,49 @@
# Mattermost Changelog
+## UNDER DEVELOPMENT Release v1.3.0
+
+The "UNDER DEVELOPMENT" section of the Mattermost changelog appears in the product's `master` branch to note key changes committed to master and are on their way to the next stable release. When a stable release is pushed the "UNDER DEVELOPMENT" heading is removed from the final changelog of the release.
+
+- **Release candidate anticipated:** 2015-12-10
+- **Final release anticipated:** 2015-12-16
+
+### Improvements
+
+Performance
+- Updated getProfiles service to return less data
+
+Messaging & Comments
+- Added in-line previews for links from select websites and for URLs pointing to an image
+- Added a "Help" link for messaging
+
+Onboarding
+- Added various small improvements to the tutorial
+
+User Interface
+- Visually combined sequential messages from the same user
+- Added ability to rename "Town Square"
+
+#### Bug Fixes
+
+- Fixed bug where the member list only showed "20" members for channels with more than 20 members
+- Fixed bug where the channel sidebar didn't order correctly on Postgres databases
+- Fixed bug where search results did not highlight when searching with quotation marks, wildcard, or in: and from: modifiers
+- Fixed bug with the cancel button not properly resetting the text in some account settings fields
+- Fixed a bug where editing a post to be empty caused a 404 error
+- Fixed issue where refreshing the page with the right hand sidebar open caused "..." to show up in place of usernames
+
+#### Contributors
+
+Many thanks to our external contributors. In no particular order:
+
+- [florianorben](https://github.com/florianorben)
+- [42wim](https://github.com/42wim)
+- [cifvts](https://github.com/cifvts)
+- [rompic](https://github.com/rompic)
+- [jdhoek](https://github.com/jdhoek)
+- [Tsynapse](https://github.com/Tsynapse)
+- [alexgaribay](https://github.com/alexgaribay)
+
## Release v1.2.1
- **Released:** 2015-11-16