diff options
author | Cameron Crockett <cameron@ccrockett.com> | 2018-05-14 23:22:28 -0500 |
---|---|---|
committer | Cameron Crockett <cameron@ccrockett.com> | 2018-06-01 16:09:41 -0500 |
commit | b0b8627d1e1ee0748f1468ce9489357dab482fbb (patch) | |
tree | 179448aaf0f7bf6f975ed7bb0cf261f5f8d89054 /CHANGELOG | |
parent | 4bc16881347b53709c0f28a3ac2ed3a96d7051b9 (diff) | |
download | gitlab-shell-b0b8627d1e1ee0748f1468ce9489357dab482fbb.tar.gz |
allow long strings to remain intact while parsing broadcast message
Added fix for msg nil edge case. fixed comment wording
code review issues, bumped version and changelog entry
Fixed rebase issues
Moved strip out of the function
Fixes for code review comments
Removed trailing whitespaces
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +v7.1.4 + - Don't truncate long strings in broadcast message (!202) + v7.1.3 - Use username instead of full name for identifying users (!204) |