-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add HISTORY.md entry for change noted in #39589 #39784
Conversation
I think it would be best to frame this as a bugfix from the beginning. Phrases like "now always describe" and "is considered a bugfix" risk making it sound like a bit of a dicey change to be making in the middle of a stable release cycle. But bugfixes can always break someone's code (I won't bother to link the obligatory xkcd on the topic). But it's just a bugfix, pure and simple, no excuses needed. This just makes it consistent with how |
Following mbauman’s suggestion: JuliaLang#39784 (comment) Co-authored-by: Matt Bauman <mbauman@gmail.com>
Following mbauman’s suggestion: JuliaLang#39784 (comment) Co-authored-by: Matt Bauman <mbauman@gmail.com>
This has been backported to 1.6-rc3, so this PR can be merged now. |
…9784) * Add HISTORY.md entry for change noted in JuliaLang#39589 * Rephrase Following mbauman’s suggestion: JuliaLang#39784 (comment) Co-authored-by: Matt Bauman <mbauman@gmail.com>
…9784) * Add HISTORY.md entry for change noted in JuliaLang#39589 * Rephrase Following mbauman’s suggestion: JuliaLang#39784 (comment) Co-authored-by: Matt Bauman <mbauman@gmail.com>
As noted in #39589 (comment), it could be good to mention this change in NEWS/HISTORY. This adds a HISTORY.md item. I will also make a PR backporting this to the 1.6 NEWS.md file.
Edit: backport PR: #39785