[pbs-devel] [PATCH proxmox 17/18] macro: temporary d/changelog update
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Dec 18 12:26:05 CET 2020
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
proxmox-api-macro/debian/changelog | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/proxmox-api-macro/debian/changelog b/proxmox-api-macro/debian/changelog
index 0c72dce..c514474 100644
--- a/proxmox-api-macro/debian/changelog
+++ b/proxmox-api-macro/debian/changelog
@@ -1,3 +1,13 @@
+rust-proxmox-api-macro (0.3.0-1) UNRELEASED; urgency=medium
+
+ * removed `pub const API_RETURN_SCHEMA_*` generation
+ This could already be accessed via the public `API_METHOD_FOO.returns`.
+
+ * Note that a previous `schema: API_RETURN_SCHEMA_FOO` must now dereference
+ the schema via: `schema: *API_METHOD_FOO.returns.schema`.
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 11 Dec 2020 14:56:02 +0100
+
rust-proxmox-api-macro (0.2.4-1) unstable; urgency=medium
* support raw parameter name identifiers (eg. `r#type`)
--
2.20.1
More information about the pbs-devel
mailing list