diff options
author | Stan Hu <stanhu@gmail.com> | 2015-08-11 18:39:27 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-08-11 18:39:27 -0700 |
commit | c36adb98aa62a0f22f6ed290589cd2faf108abc4 (patch) | |
tree | 8be8a4afe35b4703ea1f3b68b36dd982aef828e9 /CHANGELOG | |
parent | cb6ad67f52c9e849e0f8ca34b2fff47c585bd816 (diff) | |
download | gitlab-ce-c36adb98aa62a0f22f6ed290589cd2faf108abc4.tar.gz |
Fix bug where backslashes in inline diffs could be dropped
Closes #2253
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index e14255ee9b2..b6f9098a991 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.14.0 (unreleased) + - Fix bug where backslashes in inline diffs could be dropped (Stan Hu) - Disable turbolinks when linking to Bitbucket import status (Stan Hu) - Fix broken code import and display error messages if something went wrong with creating project (Stan Hu) - Fix corrupted binary files when using API files endpoint (Stan Hu) |