CHANGELOG.md (2d66393f0d2f9c4acf21c18ef50e3e5f6eea60f8) CHANGELOG.md (0088a6ae4cec3eb2e8e4dece6fb54e535111790c)
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

--- 23 unchanged lines hidden (view full) ---

322. bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_enum()
33
34 Migrate to pldm_bios_table_attr_value_entry_encode_enum_check()
35
363. bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_string()
37
38 Migrate to pldm_bios_table_attr_value_entry_encode_string_check()
39
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

--- 23 unchanged lines hidden (view full) ---

322. bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_enum()
33
34 Migrate to pldm_bios_table_attr_value_entry_encode_enum_check()
35
363. bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_string()
37
38 Migrate to pldm_bios_table_attr_value_entry_encode_string_check()
39
404. bios_table: Deprecate pldm_bios_table_attr_value_entry_encode_integer()
41
42 Migrate to pldm_bios_table_attr_value_entry_encode_integer_check()
43
40### Removed
41
421. bios_table: Remove deprecated APIs sanitized by assert():
43
44 - pldm_bios_table_string_entry_encode()
45 - pldm_bios_table_string_entry_decode_string()
46 - pldm_bios_table_attr_entry_enum_encode()
47 - pldm_bios_table_attr_entry_enum_decode_pv_num()

--- 70 unchanged lines hidden ---
44### Removed
45
461. bios_table: Remove deprecated APIs sanitized by assert():
47
48 - pldm_bios_table_string_entry_encode()
49 - pldm_bios_table_string_entry_decode_string()
50 - pldm_bios_table_attr_entry_enum_encode()
51 - pldm_bios_table_attr_entry_enum_decode_pv_num()

--- 70 unchanged lines hidden ---