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 9Change categories: 10 11- Added 12- Changed 13- Deprecated 14- Removed 15- Fixed 16- Security 17 18## [Unreleased] 19 20### Added 21 221. Add encode/decode pldmMessagePollEvent data 23 24### Changed 25 261. include: Move installed transport.h under libpldm/ 27 28### Fixed 29 301. requester: Make pldm_open() return existing fd 312. transport: Prevent sticking in waiting for response 323. transport: Match on response in pldm_transport_send_recv_msg() 33 34### Removed 35 361. libpldm: Remove the requester-api option 37