changelog: Consistent ordering of sections

The order sections under [Unreleased] was not consistent with the
ordering of the list of sections in the preamble. Fix the ordering for
sanity's sake.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ibdc243f8767db9c2a22ec68292523fdd5f656df4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d7a152..2372eaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,12 +40,12 @@
    To disable `oem-ibm` in your development builds, pass `-Doem-ibm=disabled`
    when invoking `meson setup`
 
+### Removed
+
+1. libpldm: Remove the requester-api option
+
 ### Fixed
 
 1. requester: Make pldm_open() return existing fd
 2. transport: Prevent sticking in waiting for response
 3. transport: Match on response in pldm_transport_send_recv_msg()
-
-### Removed
-
-1. libpldm: Remove the requester-api option