From 6b8528632c2ff45bfefd1c4106aef7a56e3f646e Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 6 Jun 2017 12:26:43 +0100 Subject: [PATCH] trivial: Update the bump soname list --- libfwupd/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libfwupd/README.md b/libfwupd/README.md index 263e4f0f9..48f307a15 100644 --- a/libfwupd/README.md +++ b/libfwupd/README.md @@ -6,3 +6,7 @@ When we next bump soname the following changes are planned: * {sa{sv}} -> {a{sv}} -- we don't always want to send the device ID * Rename FU_DEVICE_FLAG -> FWUPD_DEVICE_FLAG * Remove all deprecated API + * Rename GetDetailsLocal() -> GetDetails() + * Rename UpdateMetadataWithId() -> UpdateMetadata() + * Make DeviceAdded emit a FwupdDevice, not a FwupdResult + * Unexport fwupd_result_to_data() and fwupd_result_new_from_data()