diff --git a/content/learn/migration-guides/0.11-0.12/_index.md b/content/learn/migration-guides/0.11-0.12/_index.md index 0b6595390b..2009da3029 100644 --- a/content/learn/migration-guides/0.11-0.12/_index.md +++ b/content/learn/migration-guides/0.11-0.12/_index.md @@ -117,6 +117,11 @@ app.register_asset_loader(MyAssetLoader) .init_asset::() ``` +#### Asset hot-reloading + +The feature `filesystem_watcher` has been renamed to `file_watcher`. +In addition, you no longer need to manually configure the `ChangeWatcher` in the `AssetPlugin` as it is now configured automatically when the feature is enabled. + #### Labeled assets If your loader allows labeled assets, there are a couple of different ways to handle them. The simplest is to call `load_context.labeled_asset_scope`: