Skip to content

Commit

Permalink
Add NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 15, 2017
1 parent 8c466d1 commit e27c77d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------

Expand Down

0 comments on commit e27c77d

Please sign in to comment.