# Startup Subsystem JS API Changelog ## cl.startup.1 Bundle Name Change **Change Impact** The original bundle name **@ohos.systemParameterV9** will be deleted and cannot be used anymore. Use the new bundle name **@ohos.systemParameterEnhance** instead. **Adaptation Guide** Change the bundle name from **@ohos.systemParameterV9** to **@ohos.systemParameterEnhance**. The APIs remain unchanged. The following is the sample code: ```js import @ohos.systemParameterEnhance ```