summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-08-04 13:21:32 +0300
committerValery Sizov <vsv2711@gmail.com>2015-08-04 13:25:44 +0300
commit1fb04bcd74a6cf9f57bf3624b78a9d0d3b775a1c (patch)
tree226fc700a4f2367a45f4745d03cc6ad10f159252
parentc84350ab68837c3c3e4e1e9dd0a9d80313db5904 (diff)
downloadgitlab-ce-1fb04bcd74a6cf9f57bf3624b78a9d0d3b775a1c.tar.gz
update changelog
-rw-r--r--CHANGELOG14
1 files changed, 2 insertions, 12 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 470765e122e..6718b2148db 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 7.13.3
+ - Fix bug causing Bitbucket importer to crash when OAuth application had been removed.
v 7.13.2
- Fix randomly failed spec
@@ -9,18 +11,6 @@ v 7.13.2
- Show the first tab automatically on MergeRequests#new
- Add rake task 'gitlab:update_commit_count' (Daniel Gerhardt)
- Fix Gmail Actions
- - Fix full screen mode for snippet comments (Daniel Gerhardt)
- - Fix 404 error in files view after deleting the last file in a repository (Stan Hu)
- - Fix the "Reload with full diff" URL button (Stan Hu)
- - Fix label read access for unauthenticated users (Daniel Gerhardt)
- - Fix access to disabled features for unauthenticated users (Daniel Gerhardt)
- - Fix OAuth provider bug where GitLab would not go return to the redirect_uri after sign-in (Stan Hu)
- - Fix file upload dialog for comment editing (Daniel Gerhardt)
- - Set OmniAuth full_host parameter to ensure redirect URIs are correct (Stan Hu)
- - Expire Rails cache entries after two weeks to prevent endless Redis growth
- - Add support for destroying project milestones (Stan Hu)
- - Add fetch command to the MR page
- - Fix bug causing Bitbucket importer to crash when OAuth application had been removed.
v 7.13.1
- Fix: Label modifications are not reflected in existing notes and in the issue list