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