diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-13 19:20:35 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-13 19:20:35 +0200 |
commit | 5e9f6562bb861a4e7e062760cf094a5dba283d80 (patch) | |
tree | 2147c4808171ffeb427c676b1da5cf0c346dbf49 /CHANGELOG | |
parent | 4e65d085b50844469a322d46773de04c16159ce1 (diff) | |
download | gitlab-ce-5e9f6562bb861a4e7e062760cf094a5dba283d80.tar.gz |
Update CHANGELOG for 7.5
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
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 |