diff --git a/CHANGELOG.md b/CHANGELOG.md index 0811076..143e619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All changes to the project will be documented in this file. +### 4.26.0 - 30 Jun 2018 +- Installing plugins from the central registry +- Repositories tab in the dashboard +- Fork dialog enhancement +- Adjust pull request creation suggestor +- Keep showing incompleted task list +- New notification hooks + ### 4.25.0 - 29 May 2018 - Security improvements - Show mail address at the profile page diff --git a/README.md b/README.md index 36dd631..6307665 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ - If you can't find same question and report, send it to [gitter room](https://gitter.im/gitbucket/gitbucket) before raising an issue. - The highest priority of GitBucket is the ease of installation and API compatibility with GitHub, so your feature request might be rejected if they go against those principles. -What's New in 4.25.x +What's New in 4.26.x ------------- -### 4.25.0 - 29 May 2018 -- Security improvements -- Show mail address at the profile page -- Task list on commit comments -- More detailed editing history of issues and pull requests -- Expose user public keys -- Download repository improvements +### 4.26.0 - 30 Jun 2018 +- Installing plugins from the central registry +- Repositories tab in the dashboard +- Fork dialog enhancement +- Adjust pull request creation suggestor +- Keep showing incompleted task list +- New notification hooks See the [change log](CHANGELOG.md) for all of the updates.