http://www.symfony-project.org/tutorial/1_4/en/whats-new
My favourite is the new mailer component, based on Swift Mailer – very flexible.
My second favourite is the sfForm::useFields() method. No more calls to unset($this[<widget_name>]) in sfForm::configure()
Advertisement