From ab581646e1afe12cfbf8958abf6fcdf3c36f768c Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 31 Oct 2017 09:08:10 +1300 Subject: [PATCH] DOCS Remove AssetField reference Fixes #7529 --- docs/en/04_Changelogs/4.0.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 9defd7f92..69d53d2a9 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -2113,7 +2113,6 @@ usercode before invocation. cache or combined files). * `Requirements_Minifier` API can be used to declare any new mechanism for minifying combined required files. By default this api is provided by the `JSMinifier` class, but user code can substitute their own. -* `AssetField` form field to provide an `UploadField` style uploader for the new `DBFile` database field. * `AssetControlExtension` is applied by default to all DataObjects, in order to support the management of linked assets and file protection. * `ProtectedFileController` class is used to serve up protected assets.