From a9318a43aaee5921716c9cec6541c73bcca64a6f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 18 Dec 2020 12:26:04 +0100 Subject: [PATCH] proxmox: temporary d/changelog update Signed-off-by: Wolfgang Bumiller --- proxmox/debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 5e8c449c..050619de 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox (0.9.0-1) UNRELEASED; urgency=medium + + * `ApiMethod.returns` is now a `router::ReturnType` rather than a direct + `&Schema` reference and can be marked as `optional`. + + * Added an `AllOfSchema` (`Schema::AllOf`) where multiple object schemas can + be combined like with JSONSchema/openapi's `allOf` property. + + -- Proxmox Support Team Fri, 11 Dec 2020 14:55:29 +0100 + rust-proxmox (0.8.1-1) unstable; urgency=medium * trait ReadExt: add read_exact_or_eof and skip_to_end