diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d588e2..a096b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ All changes to the project will be documented in this file. ## 4.40.0 - 22 Oct 2023 +- Configurable default branch name +- Support custom fields of issues and pull requests in search condition +- Create pull request from default branch of forked repositories +- News feed shows activities of all visible repositories - Drop Java 8 support - Improve git push performance -- Show activities of all visible repositories as news feed -- Support custom fields of issues and pull requests in search condition -- Configurable default branch name ## 4.39.0 - 29 Apr 2023 - Support enum type in custom fields of Issues and Pull requests diff --git a/README.md b/README.md index c63347d..2f48587 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,11 @@ What's New in 4.40.x ------------- ## 4.40.0 - 22 Oct 2023 +- Configurable default branch name +- Support custom fields of issues and pull requests in search condition +- Create pull request from default branch of forked repositories +- News feed shows activities of all visible repositories - Drop Java 8 support - Improve git push performance -- Show activities of all visible repositories as news feed -- Support custom fields of issues and pull requests in search condition -- Configurable default branch name See the [change log](CHANGELOG.md) for all of the updates.