CHANGELOG.md (90bbe6c00d8ec828f38a0d5def5e95a2ab1ac71f) | CHANGELOG.md (3559aa1fb3b8c60faf90ff6b8d065ab7be34e694) |
---|---|
1# Changelog 2 3All notable changes to this project will be documented in this file. 4 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6and this project adheres to 7[Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 --- 34 unchanged lines hidden (view full) --- 432. platform: Rework decode/encode_pldm_message_poll_event_data() APIs 443. platform: Stabilise decode_pldm_message_poll_event_data() APIs 454. ABI break for decode_sensor_op_data() 46 47 Applying LIBPLDM_CC_NONNULL to the internal msgbuf APIs caused 48 abi-compliance-checker to flag a change in the register containing the 49 parameter `previous_op_state`. 50 | 1# Changelog 2 3All notable changes to this project will be documented in this file. 4 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6and this project adheres to 7[Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 --- 34 unchanged lines hidden (view full) --- 432. platform: Rework decode/encode_pldm_message_poll_event_data() APIs 443. platform: Stabilise decode_pldm_message_poll_event_data() APIs 454. ABI break for decode_sensor_op_data() 46 47 Applying LIBPLDM_CC_NONNULL to the internal msgbuf APIs caused 48 abi-compliance-checker to flag a change in the register containing the 49 parameter `previous_op_state`. 50 |
515. platform: Stabilise decode_pldm_platform_cper_event() API 52 |
|
51### Deprecated 52 531. Rename and deprecate functions with the `_check` suffix 54 55 All library function return values always need to be checked. The `_check` 56 suffix is redundant, so remove it. Migration to the non-deprecated 57 equivalents without the `_check` suffix can be performed using 58 `scripts/ apply-renames` and the [clang-rename][] configurations under --- 433 unchanged lines hidden --- | 53### Deprecated 54 551. Rename and deprecate functions with the `_check` suffix 56 57 All library function return values always need to be checked. The `_check` 58 suffix is redundant, so remove it. Migration to the non-deprecated 59 equivalents without the `_check` suffix can be performed using 60 `scripts/ apply-renames` and the [clang-rename][] configurations under --- 433 unchanged lines hidden --- |