From e27c77d0991faeabc359b7e4950faca9bd45aa25 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Wed, 13 Sep 2017 19:04:29 -0500 Subject: [PATCH] Add NEWS entry --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index f4069ec5206f4..28cd3d2cfd618 100644 --- a/NEWS.md +++ b/NEWS.md @@ -445,6 +445,10 @@ Deprecated or removed * `contains(eq, itr, item)` is deprecated in favor of `any` with a predicate ([#23716]). + * Constructors for `LibGit2.UserPasswordCredentials` and `LibGit2.SSHCredentials` which take a + `prompt_if_incorrect` argument are deprecated. Instead, prompting behavior is controlled using + the `allow_prompt` keyword in the `LibGit2.CredentialPayload` constructor ([#23690]). + Command-line option changes ---------------------------