From 2f4dc5cfe3d5a4c290ee11d53b1311b3650bc3eb Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Wed, 24 Aug 2016 12:48:40 +0200 Subject: [PATCH] RELEASE_NOTES --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bf30fc4d91..ba4b57f482 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,5 @@ #### 3.16.0 - 24.08.2016 -* Allow to use PAKET_GITHUB_API_TOKEN from environment variable for github dependencies - http://fsprojects.github.io/Paket/github-dependencies.html#Using-a-GitHub-auth-key-from-environment-variable +* Allow to use github access token from environment variable for github dependencies - http://fsprojects.github.io/Paket/github-dependencies.html#Using-a-GitHub-auth-key-from-environment-variable * BUGFIX: Look for OutDir in .vcxproj - https://github.com/fsprojects/Paket/issues/1870 * USABILITY: Skip invalid meta-data in cpp projects - https://github.com/fsprojects/Paket/issues/1870 * USABILITY: Add better tracing during resolve - https://github.com/fsprojects/Paket/issues/1871