From aefd87bd5418caeb140c7601d77362123491d118 Mon Sep 17 00:00:00 2001 From: Christopher Dancy Date: Mon, 8 Feb 2021 12:25:14 -0500 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f942f9f7..51286578 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,6 @@ ### Version 2.7.2 (TBA) * ADDED: `Commit` object gained properties `committer` and `committerTimestamp` . - [PR 261](https://github.com/cdancy/bitbucket-rest/pull/261) +* ADDED: `PullRequestSettings` object gained property `unapproveOnUpdate` . - [PR 263](https://github.com/cdancy/bitbucket-rest/pull/263) ### Version 2.7.1 (10/30/2020) * ADDED: `SearchApi` with endpoints `search` . - [PR 242](https://github.com/cdancy/bitbucket-rest/pull/242)