[Translation] fix typo in changelog

This commit is contained in:
Tobias Schultze 2012-12-13 13:24:44 +01:00
parent 142d3389ef
commit c2dc758146
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CHANGELOG
-----
* [BC BREAK] uniformized the exception thrown by the load() method when an error occurs. The load() method now
throws Symfony\Component\Translation\Exception\InvalidResourceException when a resource cannot be found
throws Symfony\Component\Translation\Exception\NotFoundResourceException when a resource cannot be found
and Symfony\Component\Translation\Exception\InvalidResourceException when a resource is invalid.
* changed the exception class thrown by some load() methods from \RuntimeException to \InvalidArgumentException
(IcuDatFileLoader, IcuResFileLoader, and QtTranslationsLoader)