Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

cron.php has been removed and replaced with a normal Drupal page callback. In practice this means that the URL for running cron is no longer:

7.x
http://example.com/cron.php?cron_key=YOUR_KEY_HERE

It is now:

8.x
http://example.com/cron/YOUR_KEY_HERE

Cron scripts will need to be updated accordingly.

Impacts: 
Site builders, administrators, editors
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done