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 | v 3.2.0 | 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 | - Remove project code - use path instead | 5 | - Remove project code - use path instead |
| 3 | - added username field to user | 6 | - added username field to user |
| 4 | - rake task to fill usernames based on emails create namespaces for users | 7 | - rake task to fill usernames based on emails create namespaces for users |
| @@ -10,7 +13,7 @@ v 3.2.0 | @@ -10,7 +13,7 @@ v 3.2.0 | ||
| 10 | - Fixes commit patches getting escaped (see #2036) | 13 | - Fixes commit patches getting escaped (see #2036) |
| 11 | - Support diff and patch generation for commits and merge request | 14 | - Support diff and patch generation for commits and merge request |
| 12 | - MergeReqest doesn't generate a temporary file for the patch any more | 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 | v 3.1.0 | 18 | v 3.1.0 |
| 16 | - Updated gems | 19 | - Updated gems |
| @@ -48,7 +51,7 @@ v 3.0.0 | @@ -48,7 +51,7 @@ v 3.0.0 | ||
| 48 | - Fixed bug with gitolite keys | 51 | - Fixed bug with gitolite keys |
| 49 | - UI improved | 52 | - UI improved |
| 50 | - Increased perfomance of application | 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 | - Refactored Gitlab::Merge | 55 | - Refactored Gitlab::Merge |
| 53 | - Use Font Awsome for icons | 56 | - Use Font Awsome for icons |
| 54 | - Separate observing of Note and MergeRequestsa | 57 | - Separate observing of Note and MergeRequestsa |