| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: TimeZone
Method or attribute name: static getTimezonesByLocation(longitude: number, latitude: number): Array\;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode
Method or attribute name: NFC = 1|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode
Method or attribute name: NFD = 2|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode
Method or attribute name: NFKC = 3|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode
Method or attribute name: NFKD = 4|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n
Class name: Normalizer|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n
Class name: Normalizer
Method or attribute name: static getInstance(mode: NormalizerMode): Normalizer;|@ohos.i18n.d.ts|
|Added|NA|Module name: ohos.i18n
Class name: Normalizer
Method or attribute name: normalize(text: string): string;|@ohos.i18n.d.ts|
|Added|NA|Class name: ResourceManager
Method or attribute name: getStringSync(resId: number, ...args: Array\): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager
Method or attribute name: getStringSync(resource: Resource, ...args: Array\): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager
Method or attribute name: getStringByNameSync(resName: string, ...args: Array\): string;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager
Method or attribute name: getDrawableDescriptor(resId: number, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager
Method or attribute name: getDrawableDescriptorByName(resName: string, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager
Method or attribute name: getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager
Method or attribute name: getRawFileList(path: string, callback: _AsyncCallback\>): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager
Method or attribute name: getRawFileList(path: string): Promise\>;|@ohos.resourceManager.d.ts|