Commit 24047e1e8dca4baf58e1533e3e7fcfa1e16d159e
1 parent
658f260e
Exists in
master
and in
4 other branches
update CHANGELOG
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
CHANGELOG
1 | 1 | v 3.2.0 |
2 | + - [API] create notes for snippets and issues | |
3 | + - [API] list notes for snippets and issues | |
4 | + - [API] list project wall notes | |
2 | 5 | - Remove project code - use path instead |
3 | 6 | - added username field to user |
4 | 7 | - rake task to fill usernames based on emails create namespaces for users |
... | ... | @@ -10,7 +13,7 @@ v 3.2.0 |
10 | 13 | - Fixes commit patches getting escaped (see #2036) |
11 | 14 | - Support diff and patch generation for commits and merge request |
12 | 15 | - MergeReqest doesn't generate a temporary file for the patch any more |
13 | - - Update the UI to allow downloading Patch or Diff | |
16 | + - Update the UI to allow downloading Patch or Diff | |
14 | 17 | |
15 | 18 | v 3.1.0 |
16 | 19 | - Updated gems |
... | ... | @@ -48,7 +51,7 @@ v 3.0.0 |
48 | 51 | - Fixed bug with gitolite keys |
49 | 52 | - UI improved |
50 | 53 | - Increased perfomance of application |
51 | - - Show user avatar in last commit when browsing Files | |
54 | + - Show user avatar in last commit when browsing Files | |
52 | 55 | - Refactored Gitlab::Merge |
53 | 56 | - Use Font Awsome for icons |
54 | 57 | - Separate observing of Note and MergeRequestsa | ... | ... |