Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Apr 2016 at 21:39 UTC
Updated:
5 May 2016 at 16:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
effulgentsia commentedNote that the patch does not change (fill in the date for) the top line:
Drupal 8.1.0, xxxx-xx-xx (development version). That's a separate step that's needed prior to tagging 8.1.0.Comment #3
effulgentsia commentedI realize as I read this that it might be ambiguous. "migrations" refers to Migrate module migrations, not a generic concept of converting any config entity to a plugin :)
Comment #4
xjmFor those who might have wondered "Where's the composer change?" it's already there in HEAD. :)
I think we don't necessarily need to include these -- we also update the patch versions in patch releases. (The section on the added libraries OTOH makes sense.)
How about "Simplified Migrate API by replacing migration configuration entities with plugins." ?
I wonder if the BTB and PHPUnit improvements are also worth a mention?
Comment #5
dawehnerGiven that we actually updated a minor version of symfony might be not unimportant.
We could add an entry that the old kernel test is really deprecated now for example.
Comment #6
xjmHere's my proposed changes. I also changed the release date because this will be a commit immediately before release either way. We don't need to be coy. :)
Also RTBCing even though I made small changes since this is vastly better than nothing (and really pretty comprehensive).
Comment #7
xjm@dawehner: Oops, crossposted with you, sorry!
Comment #8
xjmAdding back the library updates as @dawehner points out that Symfony 2.8 in particular is noteworthy.
I left off KTB since it is almost-but-not-quite done: #2456477: Convert deprecated \Drupal\simpletest\KernelTestBase tests to KernelTestBaseNG
Comment #9
dawehnerWell, I would try to explicitly point out the minor version update of symfony, and maybe link to some page, but its hard to find one.
Comment #12
catchCommitted/pushed to 8.2.x and cherry-picked to 8.1.x. Thanks!
Comment #13
dawehnerJust some small followup:
Comment #14
xjmThose improvements look good to me.
Comment #17
webchickCommitted c48884e and pushed to 8.2.x, cherry-picked to 8.1.x. Thanks!