1e41f4b71Sopenharmony_ci# Bundle Manager Subsystem Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## cl.bundlemanager.1 Changed distroFilter to distributionFilter in the module.json File
4e41f4b71Sopenharmony_ciThe [distroFilter](../../../application-dev/quick-start/module-configuration-file.md) tag in the **module.json** file is changed to **distributionFilter**.
5e41f4b71Sopenharmony_ci
6e41f4b71Sopenharmony_ci**Change Impact**
7e41f4b71Sopenharmony_ci
8e41f4b71Sopenharmony_ciThis change is a compatible change. If the **distroFilter** tag is used, no error is reported during compilation on DevEco Studio, but a wavy line is displayed in the editor.
9e41f4b71Sopenharmony_ci
10e41f4b71Sopenharmony_ci**Adaptation Guide**
11e41f4b71Sopenharmony_ci
12e41f4b71Sopenharmony_ciReplace **distroFilter** with **distributionFilter** in the configuration file.
13