1# Bundle Manager Subsystem Changelog
2
3## cl.bundlemanager.1 Changed distroFilter to distributionFilter in the module.json File
4The [distroFilter](../../../application-dev/quick-start/module-configuration-file.md) tag in the **module.json** file is changed to **distributionFilter**.
5
6**Change Impact**
7
8This 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.
9
10**Adaptation Guide**
11
12Replace **distroFilter** with **distributionFilter** in the configuration file.
13