With the new CakePlugin architecture, Blog's routes.php file can be loaded in a more Cake way:
CakePlugin::routes('Blog'); // Load Blog plugin routes
or
CakePlugin::routes(); // Load all plugin routes
Not an issue really, but just a note that it's even easier to use your plugin now :)