1# DFX Subsystem Changelog 2 3## cl.hiviewdfx.1 Event Verification Specification Change for the write Method of the HiAppEvent Module 4 5Extended the event verification specifications for the **write** method of the HiAppEvent module to support predefined events of HUAWEI Analytics. Specific changes are as follows: 6 7 - The event name can start with a dollar sign ($) and can contain uppercase letters, lowercase letters, digits, and underscores (_). Before the change, the event name can contain lowercase letters, digits, and underscores (_). 8 - The event parameter name can start with a dollar sign ($) and can contain uppercase letters, lowercase letters, digits, and underscores (_). Before the change, the event parameter name can contain lowercase letters, digits, and underscores (_). 9 10**Change Impact** 11 12More event definition formats are supported for event logging. 13 14**Key API/Component Changes** 15 16Involved APIs: 17 18 - hiAppEvent.write; 19 20**Adaptation Guide** 21 22The event verification specifications are downward compatible. No additional adaptation is required. 23