Skip to content

Commit e27c77d

Browse files
committed
Add NEWS entry
1 parent 8c466d1 commit e27c77d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,10 @@ Deprecated or removed
445445

446446
* `contains(eq, itr, item)` is deprecated in favor of `any` with a predicate ([#23716]).
447447

448+
* Constructors for `LibGit2.UserPasswordCredentials` and `LibGit2.SSHCredentials` which take a
449+
`prompt_if_incorrect` argument are deprecated. Instead, prompting behavior is controlled using
450+
the `allow_prompt` keyword in the `LibGit2.CredentialPayload` constructor ([#23690]).
451+
448452
Command-line option changes
449453
---------------------------
450454

0 commit comments

Comments
 (0)