aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md')
-rw-r--r--vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md b/vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md
new file mode 100644
index 00000000..b8027ab1
--- /dev/null
+++ b/vendor/symfony/translation/Symfony/Component/Translation/CHANGELOG.md
@@ -0,0 +1,27 @@
1CHANGELOG
2=========
3
42.3.0
5-----
6
7 * added classes to make operations on catalogues (like making a diff or a merge on 2 catalogues)
8 * added Translator::getFallbackLocales()
9 * deprecated Translator::setFallbackLocale() in favor of the new Translator::setFallbackLocales() method
10
112.2.0
12-----
13
14 * QtTranslationsLoader class renamed to QtFileLoader. QtTranslationsLoader is deprecated and will be removed in 2.3.
15 * [BC BREAK] uniformized the exception thrown by the load() method when an error occurs. The load() method now
16 throws Symfony\Component\Translation\Exception\NotFoundResourceException when a resource cannot be found
17 and Symfony\Component\Translation\Exception\InvalidResourceException when a resource is invalid.
18 * changed the exception class thrown by some load() methods from \RuntimeException to \InvalidArgumentException
19 (IcuDatFileLoader, IcuResFileLoader and QtFileLoader)
20
212.1.0
22-----
23
24 * added support for more than one fallback locale
25 * added support for extracting translation messages from templates (Twig and PHP)
26 * added dumpers for translation catalogs
27 * added support for QT, gettext, and ResourceBundles