CHANGELOG.md (bfeb65eb06d78e034cd79a30fbc22f413f265e20) | CHANGELOG.md (ba47e83e7bf595b55749101345deb8a1ccd7ba80) |
---|---|
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 --- 45 unchanged lines hidden (view full) --- 5410. pdr: pldm_pdr_fru_record_set_find_by_rsi(): Exit early on NULL arguments 5511. pdr: pldm_entity_association_tree_init(): Return NULL on failed alloc 5612. pdr: pldm_entity_association_tree_visit(): Document preconditions 5713. pdr: pldm_entity_association_tree_visit(): Exit early on failure 5814. pdr: pldm_entity_association_tree_destroy(): Exit early on bad argument 5915. pdr: pldm_entity_get_num_children(): Return zero for invalid arguments 6016. pdr: pldm_is_current_parent_child(): Return false for invalid arguments 6117. pdr: pldm_entity_association_pdr_add(): Exit early on bad arguments | 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 --- 45 unchanged lines hidden (view full) --- 5410. pdr: pldm_pdr_fru_record_set_find_by_rsi(): Exit early on NULL arguments 5511. pdr: pldm_entity_association_tree_init(): Return NULL on failed alloc 5612. pdr: pldm_entity_association_tree_visit(): Document preconditions 5713. pdr: pldm_entity_association_tree_visit(): Exit early on failure 5814. pdr: pldm_entity_association_tree_destroy(): Exit early on bad argument 5915. pdr: pldm_entity_get_num_children(): Return zero for invalid arguments 6016. pdr: pldm_is_current_parent_child(): Return false for invalid arguments 6117. pdr: pldm_entity_association_pdr_add(): Exit early on bad arguments |
6218. pdr: pldm_find_entity_ref_in_tree(): Exit early on bad arguments |
|
62 63### Deprecated 64 651. pldm_bios_table_attr_entry_integer_encode() 66 67 Migrate to pldm_bios_table_attr_entry_integer_encode_check() 68 692. bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_enum() --- 102 unchanged lines hidden --- | 63 64### Deprecated 65 661. pldm_bios_table_attr_entry_integer_encode() 67 68 Migrate to pldm_bios_table_attr_entry_integer_encode_check() 69 702. bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_enum() --- 102 unchanged lines hidden --- |