mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 20:30:37 +00:00
macro: temporary d/changelog update
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3d1432a788
commit
bc0355e582
@ -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@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`)
|
||||
|
Loading…
Reference in New Issue
Block a user