| Change |
Effect |
1 | Field describe has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field rc has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of this type has been changed from 8 bytes to 16 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
4 | Field major became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
5 | Field micro became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
6 | Field minor became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
7 | Field nano became const. | The value of this field is expected to be const in new library version, but can be modified by old applications. |
8 | Type of field major has been changed from uint16_t to uint16_t const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
9 | Type of field micro has been changed from uint16_t to uint16_t const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
10 | Type of field minor has been changed from uint16_t to uint16_t const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
11 | Type of field nano has been changed from uint16_t to uint16_t const. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |