Themes and WordPress 3.0 some important changes
About get_template_part (previously linked to here).
Also, previously you can get away with creating a theme made of nothing but index.php and style.css. Starting from 3.0, a theme must contain header.php, footer.php, sidebar.php, comments.php, and comments-popup.php. A bunch of theme development tutorials will need to be updated because of this, I think.