File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ CHANGELOG
443.1.0
55-----
66
7- * added "{{ value }}" message placeholder to UniqueEntityValidator
7+ * added "{{ value }}" message placeholder to UniqueEntityValidator
8+ * deprecated ` DoctrineChoiceLoader::$factory `
9+ * deprecated passing ` ChoiceListFactoryInterface ` as first argument of
10+ ` DoctrineChoiceLoader ` 's constructor
811
9123.0.0
1013-----
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ class DoctrineChoiceLoader implements ChoiceLoaderInterface
2626{
2727 /**
2828 * @var ChoiceListFactoryInterface
29+ *
30+ * @deprecated since 3.1, to be removed in 4.0.
2931 */
3032 private $ factory ;
3133
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ CHANGELOG
1010 * Using callable strings as choice options in ` ChoiceType ` has been deprecated
1111 and will be used as ` PropertyPath ` instead of callable in Symfony 4.0.
1212 * implemented ` DataTransformerInterface ` in ` TextType `
13+ * deprecated caching loaded choice list in ` LazyChoiceList::$loadedList `
1314
14153.0.0
1516-----
You can’t perform that action at this time.
0 commit comments