File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ CHANGELOG
7
7
* added "{{ value }}" message placeholder to UniqueEntityValidator
8
8
* deprecated ` MergeDoctrineCollectionListener::onBind ` in favor of
9
9
` MergeDoctrineCollectionListener::onSubmit `
10
+ * deprecated ` DoctrineChoiceLoader::$factory `
11
+ * deprecated passing ` ChoiceListFactoryInterface ` as first argument of
12
+ ` DoctrineChoiceLoader ` 's constructor
10
13
11
14
3.0.0
12
15
-----
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ CHANGELOG
10
10
* Using callable strings as choice options in ` ChoiceType ` has been deprecated
11
11
and will be used as ` PropertyPath ` instead of callable in Symfony 4.0.
12
12
* implemented ` DataTransformerInterface ` in ` TextType `
13
+ * deprecated caching loaded choice list in ` LazyChoiceList::$loadedList `
13
14
14
15
3.0.0
15
16
-----
You can’t perform that action at this time.
0 commit comments