Commit 9c668133dc4172509adb4fd797bad4b2b1dae6b0
1 parent
26a5695e
Exists in
master
and in
4 other branches
Add 6.4 entries to CHANGELOG
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
CHANGELOG
... | ... | @@ -10,6 +10,19 @@ v 6.4.0 |
10 | 10 | - Project web hooks now support issues and merge request events |
11 | 11 | - Visiting project page while not logged in will redirect to sign-in instead of 404 (Jason Hollingsworth) |
12 | 12 | - Expire event cache on avatar creation/removal (Drew Blessing) |
13 | + - Archiving old projects (Steven Thonus) | |
14 | + - Rails 4 | |
15 | + - Add time ago tooltips to show actual date/time | |
16 | + - UI: Fixed UI for admin system hooks | |
17 | + - Ruby script for easier GitLab upgrade | |
18 | + - Do not remove Merge requests if fork project was removed | |
19 | + - Improve sign-in/signup UX | |
20 | + - Add resend confirmation link to sign-in page | |
21 | + - Set noreply@HOSTNAME for reply_to field in all emails | |
22 | + - Show GitLab API version on Admin#dashboard | |
23 | + - API Cross-origin resource sharing | |
24 | + - Show READMe link at project home page | |
25 | + - Show repo size for projects in Admin area | |
13 | 26 | |
14 | 27 | v 6.3.0 |
15 | 28 | - API for adding gitlab-ci service | ... | ... |