diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-04-15 06:03:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 06:03:41 +0800 |
commit | 614aba600774d250564a1f86517fa0b5c7c50f3f (patch) | |
tree | 28f81d655622126d5f5814c48600ac262fa94c2c | |
parent | 440b1ecbfd8b35871a3f49feeeb12b555b75d8c0 (diff) |
Update CHANGELOG (#6103)
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da981dd..766169ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to Gogs are documented in this file. - Support syntax highlighting for SAS code files (i.e. `.r`, `.sas`, `.tex`, `.yaml`). [#5856](https://github.com/gogs/gogs/pull/5856) - Able to fill in pull request title with a template. [#5901](https://github.com/gogs/gogs/pull/5901) - Able to override static files under `public/` directory, please refer to [documentation](https://gogs.io/docs/features/custom_template) for usage. [#5920](https://github.com/gogs/gogs/pull/5920) +- New API endpoint `GET /admin/teams/:teamid/members` to list members of a team. [#5877](https://github.com/gogs/gogs/issues/5877) ### Changed |