-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update changelog and readme for RC 2 #329
Conversation
@akshayjshah, thanks for your PR! By analyzing the history of the files in this pull request, we identified @chapsuk, @peter-edge and @eklitzke to be potential reviewers. |
Planning changes to make the PR numbers into links. Will fix today and land when I have a moment. |
160140d
to
a6ddd81
Compare
a6ddd81
to
2f9de18
Compare
* [#326][]: Though `New(nil)` continues to return a no-op logger, `NewNop()` is | ||
now preferred. Users can update their projects with `gofmt -r 'zap.New(nil) -> | ||
zap.NewNop()' -w .`. | ||
* [#300][]: Incorrectly importing zap as `github.com/uber-go/zap` now returns a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent capitalization. You're using "Zap" to refer to the project everywhere else.
Incorrectly importing Zap [..]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(edited)
Actually, I don't think this is inconsistent - it's just that the first word in a sentence is capitalized, and "zap" is often the first word in sentences.
This PR updates the CHANGELOG and README in preparation for a second release candidate.