diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-14 13:39:09 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-14 13:39:09 +0200 |
commit | eff6d3c12b8f1cd0d3f8f9bab8ceaeba31f915b2 (patch) | |
tree | 460aa403af448f71a6477360dc8e478343a1d42f /CHANGELOG | |
parent | 23e338852c6030e199608517315c5d4fad6b27d8 (diff) | |
download | gitlab-ce-eff6d3c12b8f1cd0d3f8f9bab8ceaeba31f915b2.tar.gz |
CHANGELOG for 4.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index dda12bd11de..5f179f50691 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,24 @@ +v 4.1.0 + - Project public mode (only admin can set now) + - Public area with unauthorized access + - Load dashboard events with ajax + - remember dashboard filter in cookies + - replace resque with sidekiq + - fix routing issues + - cleanup rake tasks + - fix backup/restore + - scss cleanup + - show preview for note images + - improved network-graph + - get rid of app/roles/ + - added new classes Team, Repository + - Reduce amount of gitolite calls + - Ability to add user in all group projects + - remove derecated configs + - replaced Korolev font with open font + - restyled admin/dashboard page + - restyled admin/projects page + v 4.0.0 - Remove project code and path from API. Use id instead - Return valid clonable url to repo for web hook |