summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-11-14 10:53:59 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-11-14 10:53:59 +0000
commitd55f5587aadc07f9193cc58c0e2f743b3a2282e5 (patch)
tree2147c4808171ffeb427c676b1da5cf0c346dbf49
parent4e65d085b50844469a322d46773de04c16159ce1 (diff)
parent5e9f6562bb861a4e7e062760cf094a5dba283d80 (diff)
downloadgitlab-ce-d55f5587aadc07f9193cc58c0e2f743b3a2282e5.tar.gz
Merge branch 'update-changelog' into 'master'
Update changelog See merge request !1252
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 80ead77783f..d27ec2bbe29 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,17 @@ v 7.5.0
- Return valid json for deleting branch via API (sponsored by O'Reilly Media)
- Expose username in project events API (sponsored by O'Reilly Media)
- Adds comments to commits in the API
+ - Performance improvements
+ - Fix post-receive issue for projects with deleted forks
+ - New gitlab-shell version with custom hooks support
+ - Improve code
+ - GitLab CI 5.2+ support (does not support older versions)
+ - Fixed bug when you can not push commits starting with 000000 to protected branches
+ - Added a password strength indicator
+ - Change project name and path in one form
+ - Display renamed files in diff views (Vinnie Okada)
+ - Add timezone configuration to gitlab.yml
+ - Fix raw view for public snippets
v 7.4.3
- Fix raw snippets view