Commit d47e40929d7892e7469a11016f927412ed283791
1 parent
5501955d
Exists in
master
and in
4 other branches
add API changelog
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
CHANGELOG
1 | +master | |
2 | + - [API] allow to authorize using private token in HTTP header | |
3 | + - [API] add user creation | |
4 | + | |
1 | 5 | v 2.9.1 |
2 | 6 | - Fixed resque custom config init |
3 | 7 | |
... | ... | @@ -9,7 +13,7 @@ v 2.9.0 |
9 | 13 | - restyled projects list on dashboard |
10 | 14 | - ssh keys validation to prevent gitolite crash |
11 | 15 | - send notifications if changed premission in project |
12 | - - scss refactoring. gitlab_bootstrap/ dir | |
16 | + - scss refactoring. gitlab_bootstrap/ dir | |
13 | 17 | - fix git push http body bigger than 112k problem |
14 | 18 | - list of labels page under issues tab |
15 | 19 | - API for milestones, keys |
... | ... | @@ -113,7 +117,7 @@ v 2.1.0 |
113 | 117 | v 2.0.0 |
114 | 118 | - gitolite as main git host system |
115 | 119 | - merge requests |
116 | - - project/repo access | |
120 | + - project/repo access | |
117 | 121 | - link to commit/issue feed |
118 | 122 | - design tab |
119 | 123 | - improved email notifications |
... | ... | @@ -147,7 +151,7 @@ v 1.1.0 |
147 | 151 | - bugfix & code cleaning |
148 | 152 | |
149 | 153 | v 1.0.2 |
150 | - - fixed bug with empty project | |
154 | + - fixed bug with empty project | |
151 | 155 | - added adv validation for project path & code |
152 | 156 | - feature: issues can be sortable |
153 | 157 | - bugfix | ... | ... |