### GitHub [#270](https://github.com/gmessner/gitlab4j-api/issues/270) Slashes from path paramter in JobApi#downloadSingleArtifactsFile will result in '%5C' in final GET request on Windows *bug*
### GitHub [#221](https://github.com/gmessner/gitlab4j-api/issues/221) updateIssueNote throws an GitLabApiException with the status text "OK" (status code check does not match)
**Use status code 200 instead of 201. #221 (#222)**
[085373d06964598](https://github.com/gmessner/gitlab4j-api/commit/085373d06964598) Kevin Urbainczyk *2018-07-10 16:07:16*
### GitHub [#222](https://github.com/gmessner/gitlab4j-api/pull/222) Use status code 200 instead of 201. #221
**Use status code 200 instead of 201. #221 (#222)**
[085373d06964598](https://github.com/gmessner/gitlab4j-api/commit/085373d06964598) Kevin Urbainczyk *2018-07-10 16:07:16*
### GitHub [#223](https://github.com/gmessner/gitlab4j-api/issues/223) ldap_group_links support
### GitHub [#200](https://github.com/gmessner/gitlab4j-api/pull/200) Add two getProject() methods which would support to get a single project with statistics.
**Added getProject() methods which return a single project with statistics and methods for retrieving project archives with a specified format. (#200)**
### GitHub [#190](https://github.com/gmessner/gitlab4j-api/issues/190) when i use getUserEvents method with ActionType or TargetType parameter got error
**Fixed issue with target_type when fetching user events (#190).**
### GitHub [#172](https://github.com/gmessner/gitlab4j-api/pull/172) Implemented being able to set a tag_list when creating and updating a project. *enhancement*
**Now throws exception when tag lists are referenced when using the V3 API (#172).**
### GitHub [#167](https://github.com/gmessner/gitlab4j-api/pull/167) Add a variation of the getCommits method that supports Paging and a path *enhancement*
**Add a variation of the getCommits method that supports Paging and a path (#167)**
* Add a variation of the getCommits() method that supports Paging and a path. A simple variation to make it easy to find all commits for a given file.
[94b37c5334a5d81](https://github.com/gmessner/gitlab4j-api/commit/94b37c5334a5d81) Sue Wilson *2018-04-04 23:38:24*
### GitHub [#169](https://github.com/gmessner/gitlab4j-api/issues/169) userApi.blockUser(Int) is trying to read response as User.class instead
**Mods related to blockUser() and unblockUser() fixes (#169).**
### GitHub [#122](https://github.com/gmessner/gitlab4j-api/issues/122) How to create a commit with multiple files and actions with java-api *enhancement*
### GitHub [#121](https://github.com/gmessner/gitlab4j-api/issues/121) org.gitlab4j.api.GitLabApiException: 404 Not found while calling acceptMergeRequests *enhancement*
**Updated Javadoc to make it clear that the internal ID is used for merge requests (#121).**
### GitHub [#119](https://github.com/gmessner/gitlab4j-api/issues/119) Unable to get authToken/tokenType from existing GitLabApi instance *enhancement*
**Added duplicate() method and token info getters (#119).**
### GitHub [#101](https://github.com/gmessner/gitlab4j-api/issues/101) protectBranch method throws GitLabApiException: Entity must not be null for http method PUT *bug*
### GitHub [#80](https://github.com/gmessner/gitlab4j-api/issues/80) Cannot connect to Gitlab due to cert validation even though it's set to ignore
**Mod to fix ignoreCertyificateErrors and add access_token support (#79, #80)**