Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-11 01:10:25 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-01-11 01:10:44 +0300
commit4a9293d352f4b8d2001c8076210d61c21ba3471e (patch)
treea9c9847369f9c5259b290354e84ccb7b32c92578
parent34d0f22637773407b241cd76653f42617255e3a8 (diff)
Merge branch 'update-changelog-with-email-reply-fix' into 'master'
Add CHANGELOG entry for reply-by-email fix [ci skip] See merge request !2359
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f3afc8211a0..be3112800ea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,8 @@ v 8.3.3 (unreleased)
- Fix project transfer e-mail sending incorrect paths in e-mail notification (Stan Hu)
- Enable "Add key" button when user fills in a proper key
- Better support for referencing and closing issues in Asana service (Mike Wyatt)
+ - Enable "Add key" button when user fills in a proper key (Stan Hu)
+ - Fix error in processing reply-by-email messages (Jason Lee)
v 8.3.2
- Disable --follow in `git log` to avoid loading duplicate commit data in infinite scroll (Stan Hu)