From 7680702130d54c1e6243e3e9cbe2108f6e1f2396 Mon Sep 17 00:00:00 2001 From: Bradley Rydzewski Date: Fri, 13 Mar 2020 13:41:17 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6e39bc..c91151b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased -# Fixed +### Added +- endpoint to display the latest build by branch. [#2940](https://github.com/drone/drone/pull/2940). +- endpoint to display the latest build by pull request. [#2940](https://github.com/drone/drone/pull/2940). +- endpoint to delete a branch from the index. [#2940](https://github.com/drone/drone/pull/2940). +- endpoint to delete a pull request from the index. [#2940](https://github.com/drone/drone/pull/2940). + +### Fixed - do not execute cron job for disabled repositories. [#2931](https://github.com/drone/drone/issues/2931). - remove trailing slash from gitea url to prevent oauth2 token refresh errors, by [@cmj0121](https://github.com/cmj0121). [#2920](https://github.com/drone/drone/issues/2920). ## [1.6.5] - 2020-01-29 -# Changed +### Changed - update version of go-scm - update alpine version in docker images - use ticker for cron jobs for more accurate timing