Reviewing the checklist I had in https://github.com/JuliaLang/julia/issues/17418 for the 0.5 release, pretty much the only thing we're missing for an 0.6 RC (other than #21470) is doing a final pass over NEWS.md and making sure all the deprecations and breaking changes that should be listed there are.
Check https://github.com/JuliaLang/julia/issues?utf8=%E2%9C%93&q=label%3Anews and https://github.com/JuliaLang/julia/issues?utf8=%E2%9C%93&q=label%3Adeprecation and https://github.com/JuliaLang/julia/blob/release-0.6/base/deprecated.jl#L117-L1325, make sure everything is listed.
specific examples that had the news label, not yet mentioned in news (not a complete list)
@Sacha0, you rock! Thank you for writing news for so many changes (especially so many of mine).
My pleasure, thank you for the kind words, and thank you for reviewing! :)
I culled the set of closed pull requests labeled news
to those still absent from NEWS.md
. The following such pull requests remain in need of attention:
we should maybe rename the label to needs-news then if we're going to use it as a state tracker and remove it once added
17439 was 0.5, #12807 is 0.7
Updated --- thanks! :)
The above pull requests should cover news for all closed pull requests labeled deprecation
that remain in need of attention, excepting the following (list formerly here consolidated below)LibGit2
-related pull requests that I am not certain what to do with immediately
The above pull requests should cover news for all items in base/deprecated.jl
, less
Most helpful comment
we should maybe rename the label to needs-news then if we're going to use it as a state tracker and remove it once added