Skip to content

Commit ad689ce

Browse files
committed
Update CHANGELOG.md
2 parents 27fa29f + 9026df1 commit ad689ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ This release removes the `github.com/google/go-github/v74` dependency and implem
4949
### Migration Guide
5050

5151
#### For Most Users
52+
5253
No action required - if you only use the public `TokenSource` functions, your code will continue to work without changes.
5354

5455
#### For Enterprise GitHub Users
56+
5557
```go
5658
// Before (v1.4.x)
5759
installationTokenSource := githubauth.NewInstallationTokenSource(
@@ -69,6 +71,7 @@ installationTokenSource := githubauth.NewInstallationTokenSource(
6971
```
7072

7173
#### For Direct Type Users
74+
7275
```go
7376
// Before (v1.4.x)
7477
import "github.com/google/go-github/v74/github"

0 commit comments

Comments
 (0)