doc: Add missing netrc release notes

This commit is contained in:
Xavier Claessens 2022-09-29 13:43:09 -04:00 committed by Eli Schwartz
parent 8e0bf28ba6
commit 9fd5eb6056
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
## Credentials from `~/.netrc` for `https` URLs
When a subproject is downloaded using an `https://` URL, credentials from
`~/.netrc` are now used. This avoids hardcoding login and password in plain
text in the URL itself.