diff --git a/src/Symfony/Component/Form/CHANGELOG.md b/src/Symfony/Component/Form/CHANGELOG.md index 6cb190fab5..7e94a8dd95 100644 --- a/src/Symfony/Component/Form/CHANGELOG.md +++ b/src/Symfony/Component/Form/CHANGELOG.md @@ -28,10 +28,10 @@ CHANGELOG * added `help_html` option to display the `help` text as HTML. * `FormError` doesn't implement `Serializable` anymore * `FormDataCollector` has been marked as `final` - * added `label_translation_parameters`, `attr_translation_parameters`, `help_translation_parameters` options + * added `label_translation_parameters`, `attr_translation_parameters`, `help_translation_parameters` options to `FormType` to pass translation parameters to form labels, attributes (`placeholder` and `title`) and help text respectively. The passed parameters will replace placeholders in translation messages. - + ```php class OrderType extends AbstractType { diff --git a/src/Symfony/Component/HttpKernel/CHANGELOG.md b/src/Symfony/Component/HttpKernel/CHANGELOG.md index fe5a8db20e..383f155cc7 100644 --- a/src/Symfony/Component/HttpKernel/CHANGELOG.md +++ b/src/Symfony/Component/HttpKernel/CHANGELOG.md @@ -44,8 +44,8 @@ CHANGELOG * deprecated `KernelInterface::getRootDir()` and the `kernel.root_dir` parameter * deprecated `KernelInterface::getName()` and the `kernel.name` parameter - * deprecated the first and second constructor argument of `ConfigDataCollector` - * deprecated `ConfigDataCollector::getApplicationName()` + * deprecated the first and second constructor argument of `ConfigDataCollector` + * deprecated `ConfigDataCollector::getApplicationName()` * deprecated `ConfigDataCollector::getApplicationVersion()` 4.1.0 diff --git a/src/Symfony/Component/Messenger/CHANGELOG.md b/src/Symfony/Component/Messenger/CHANGELOG.md index 6fc867dd3f..90128ab61d 100644 --- a/src/Symfony/Component/Messenger/CHANGELOG.md +++ b/src/Symfony/Component/Messenger/CHANGELOG.md @@ -41,11 +41,11 @@ CHANGELOG * Added `AmqpStamp` allowing to provide a routing key, flags and attributes on message publishing. * [BC BREAK] Removed publishing with a `routing_key` option from queue configuration, for AMQP. Use exchange `default_publish_routing_key` or `AmqpStamp` instead. - * [BC BREAK] Changed the `queue` option in the AMQP transport DSN to be `queues[name]`. You can + * [BC BREAK] Changed the `queue` option in the AMQP transport DSN to be `queues[name]`. You can therefore name the queue but also configure `binding_keys`, `flags` and `arguments`. - * [BC BREAK] The methods `get`, `ack`, `nack` and `queue` of the AMQP `Connection` + * [BC BREAK] The methods `get`, `ack`, `nack` and `queue` of the AMQP `Connection` have a new argument: the queue name. - * Added optional parameter `prefetch_count` in connection configuration, + * Added optional parameter `prefetch_count` in connection configuration, to setup channel prefetch count. * New classes: `RoutableMessageBus`, `AddBusNameStampMiddleware` and `BusNameStamp` were added, which allow you to add a bus identifier @@ -98,7 +98,7 @@ CHANGELOG only. Pass the `auto_setup` connection option to control this. * Added a `SetupTransportsCommand` command to setup the transports * Added a Doctrine transport. For example, use the `doctrine://default` DSN (this uses the `default` Doctrine entity manager) - * [BC BREAK] The `getConnectionConfiguration` method on Amqp's `Connection` has been removed. + * [BC BREAK] The `getConnectionConfiguration` method on Amqp's `Connection` has been removed. * [BC BREAK] A `HandlerFailedException` exception will be thrown if one or more handler fails. * [BC BREAK] The `HandlersLocationInterface::getHandlers` method needs to return `HandlerDescriptor` instances instead of callables. @@ -110,7 +110,7 @@ CHANGELOG 4.2.0 ----- - * Added `HandleTrait` leveraging a message bus instance to return a single + * Added `HandleTrait` leveraging a message bus instance to return a single synchronous message handling result * Added `HandledStamp` & `SentStamp` stamps * All the changes below are BC BREAKS diff --git a/src/Symfony/Component/Workflow/CHANGELOG.md b/src/Symfony/Component/Workflow/CHANGELOG.md index 7051969137..c8d0b14a42 100644 --- a/src/Symfony/Component/Workflow/CHANGELOG.md +++ b/src/Symfony/Component/Workflow/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG 4.4.0 ----- -* Marked all dispatched event classes as `@final` + * Marked all dispatched event classes as `@final` 4.3.0 -----