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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-07 18:09:01 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-07 18:09:01 +0300
commit7d836a0c0ae2869a6b915234d347d15e25a511fe (patch)
tree63724a9d34e3c91042ffc14894fc2246586b2f25 /CHANGELOG
parent12fdc13ad386299b04431c43c7d4ab307698b1a8 (diff)
parentbd5fb1b479f29df3c2150b6c375c1b7bffd28931 (diff)
Merge branch 'master' into fix-merge-request-that-removes-submodule
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9b26f526fd8..5d38f22e13d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,17 +1,27 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.3.0 (unreleased)
- - Fix application settings cache not expiring after changes (Stan Hu)
- Fix: Assignee selector is empty when 'Unassigned' is selected (Jose Corcuera)
- Fix 500 error when update group member permission
- Trim leading and trailing whitespace of milestone and issueable titles (Jose Corcuera)
+ - Recognize issue/MR/snippet/commit links as references
- Add ignore whitespace change option to commit view
- Fire update hook from GitLab
+ - Style warning about mentioning many people in a comment
+ - Fix: sort milestones by due date once again (Greg Smethells)
- Don't show project fork event as "imported"
- Add API endpoint to fetch merge request commits list
- Expose events API with comment information and author info
- Fix: Ensure "Remove Source Branch" button is not shown when branch is being deleted. #3583
- Fix 500 error when creating a merge request that removes a submodule
+ - Run custom Git hooks when branch is created or deleted.
+
+v 8.2.3
+ - Fix application settings cache not expiring after changes (Stan Hu)
+ - Fix Error 500s when creating global milestones with Unicode characters (Stan Hu)
+
+v 8.2.3
+ - Webhook payload has an added, modified and removed properties for each commit
v 8.2.2
- Fix 404 in redirection after removing a project (Stan Hu)
@@ -21,6 +31,7 @@ v 8.2.2
- Prevent "413 Request entity too large" errors when pushing large files with LFS
- Fix invalid links within projects dashboard header
- Make current user the first user in assignee dropdown in issues detail page (Stan Hu)
+ - Fix: duplicate email notifications on issue comments
v 8.2.1
- Forcefully update builds that didn't want to update with state machine