Skip to content

Commit efbe3d0

Browse files
Merge branch '9.18' into 9.19
2 parents 174e300 + 6561c1e commit efbe3d0

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
/phpunit.xml.dist export-ignore
1313
/psalm-baseline.xml export-ignore
1414
/psalm.xml export-ignore
15+
/CHANGELOG.md export-ignore
1516
/README.md export-ignore
1617
/UPGRADE.md export-ignore

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
CHANGE LOG
2+
==========
3+
4+
5+
## 9.18.0 (Upcoming)
6+
7+
* Deprecated all APIs that are deprecated or removed as of GitLab 13.1
8+
* Deprecated old authentication methods and deprecated not specifying an authentication mode
9+
* Deprecated dynamic property access on the client, `Client::api()`, `Client::create()`, and `Client::getResponseHistory()`
10+
* Soft marked various classes as final
11+
12+
13+
## 9.17.1 (17/02/2020)
14+
15+
* Fixed text encoding for `Repositories::createCommit()`
16+
* Corrected lots of phpdoc errors and edges cases
17+
18+
19+
## 9.17.0 (17/02/2020)
20+
21+
* Added support for the wiki APIs
22+
* Implemented `Environments::show()`
23+
* Implemented `Issues::showParticipants()`
24+
* Add method to get issues for a group
25+
* Add forks API call to return all forked projects
26+
* Added users projects request parameters normalization

0 commit comments

Comments
 (0)