-
Notifications
You must be signed in to change notification settings - Fork 9
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
CodeBlock now checks if too many arguments are provided (#65). #76
CodeBlock now checks if too many arguments are provided (#65). #76
Conversation
Generate changelog in
|
Sorry for multiple commits. If needed, I can squash all of them (although, I believe Github will do it by itself). |
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.
Thanks for the contribution!
Released 0.5.0 |
Not a problem, the robots take care of squashing commits together when our PRs are merged :-) |
Before this PR
CodeBlock#of does not properly check if too many arguments are provided if there is no format specifier (#65).
After this PR
Fixes #65.
Possible downsides?