I just recently switched to 2.0 from 1.6. The one thing I am wishing I had still is sf::View's GetRect method. Where did it go?
I was using it to only draw object which collide with the current view.
Edit: Also, it has also always seemed kind of weird to me to set the position based on the center, whereas other rectangle-like objects are usually specified by their upper left corner. This makes me have to add factors of the view's half size all over the place.