summaryrefslogtreecommitdiffstats
path: root/vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-11 14:59:59 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-11 14:59:59 +0200
commitfa3a4e440f6daf241772331eaac322f3e0447750 (patch)
treeee47dce337a8eecb67da391d6b91768d09d22e6e /vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md
parent1bb6c3bc23d08851f6af786f516b3cbc73a6f391 (diff)
downloadCatalog-fa3a4e440f6daf241772331eaac322f3e0447750.tar.gz
Catalog-fa3a4e440f6daf241772331eaac322f3e0447750.zip
Let composer manage the vendor and lock files
Diffstat (limited to 'vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md')
-rw-r--r--vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md b/vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md
deleted file mode 100644
index a13e573..0000000
--- a/vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md
+++ /dev/null
@@ -1,42 +0,0 @@
-CHANGELOG
-=========
-
-2.6.0
------
-
- * added possibility to cache catalogues
- * added TranslatorBagInterface
- * added LoggingTranslator
- * added Translator::getMessages() for retrieving the message catalogue as an array
-
-2.5.0
------
-
- * added relative file path template to the file dumpers
- * added optional backup to the file dumpers
- * changed IcuResFileDumper to extend FileDumper
-
-2.3.0
------
-
- * added classes to make operations on catalogues (like making a diff or a merge on 2 catalogues)
- * added Translator::getFallbackLocales()
- * deprecated Translator::setFallbackLocale() in favor of the new Translator::setFallbackLocales() method
-
-2.2.0
------
-
- * QtTranslationsLoader class renamed to QtFileLoader. QtTranslationsLoader is deprecated and will be removed in 2.3.
- * [BC BREAK] uniformized the exception thrown by the load() method when an error occurs. The load() method now
- 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 QtFileLoader)
-
-2.1.0
------
-
- * added support for more than one fallback locale
- * added support for extracting translation messages from templates (Twig and PHP)
- * added dumpers for translation catalogs
- * added support for QT, gettext, and ResourceBundles