Commaaa2
This commit is contained in:
29
vendor/symfony/translation/CHANGELOG.md
vendored
29
vendor/symfony/translation/CHANGELOG.md
vendored
@@ -1,6 +1,35 @@
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
6.4
|
||||
---
|
||||
|
||||
* Give current locale to `LocaleSwitcher::runWithLocale()`'s callback
|
||||
* Add `--as-tree` option to `translation:pull` command to write YAML messages as a tree-like structure
|
||||
* [BC BREAK] Add argument `$buildDir` to `DataCollectorTranslator::warmUp()`
|
||||
* Add `DataCollectorTranslatorPass` and `LoggingTranslatorPass` (moved from `FrameworkBundle`)
|
||||
* Add `PhraseTranslationProvider`
|
||||
|
||||
6.2.7
|
||||
-----
|
||||
|
||||
* [BC BREAK] The following data providers for `ProviderFactoryTestCase` are now static:
|
||||
`supportsProvider()`, `createProvider()`, `unsupportedSchemeProvider()`and `incompleteDsnProvider()`
|
||||
* [BC BREAK] `ProviderTestCase::toStringProvider()` is now static
|
||||
|
||||
6.2
|
||||
---
|
||||
|
||||
* Deprecate `PhpStringTokenParser`
|
||||
* Deprecate `PhpExtractor` in favor of `PhpAstExtractor`
|
||||
* Add `PhpAstExtractor` (requires [nikic/php-parser](https://github.com/nikic/php-parser) to be installed)
|
||||
|
||||
6.1
|
||||
---
|
||||
|
||||
* Parameters implementing `TranslatableInterface` are processed
|
||||
* Add the file extension to the `XliffFileDumper` constructor
|
||||
|
||||
5.4
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user