From a03ae295f6415135bf025c429c5e5ac2c9bd4b40 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 23 Dec 2021 11:39:56 -0500 Subject: [PATCH] Update release notes --- docs/release-notes/version-3.2.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/release-notes/version-3.2.md b/docs/release-notes/version-3.2.md index 693335ae9..b4a209007 100644 --- a/docs/release-notes/version-3.2.md +++ b/docs/release-notes/version-3.2.md @@ -41,6 +41,7 @@ FIELD_CHOICES = { ### Enhancements * [#7650](https://github.com/netbox-community/netbox/issues/7650) - Add support for local account password validation +* [#7759](https://github.com/netbox-community/netbox/issues/7759) - Improved the user preferences form * [#8168](https://github.com/netbox-community/netbox/issues/8168) - Add `min_vid` and `max_vid` fields to VLAN group ### Other Changes @@ -52,6 +53,25 @@ FIELD_CHOICES = { ### REST API Changes +* Added the following endpoints for modules & module types: + * `/api/dcim/modules/` + * `/api/dcim/module-bays/` + * `/api/dcim/module-bay-templates/` + * `/api/dcim/module-types/` +* dcim.ConsolePort + * Added `module` field +* dcim.ConsoleServerPort + * Added `module` field +* dcim.FrontPort + * Added `module` field +* dcim.Interface + * Added `module` field +* dcim.PowerPort + * Added `module` field +* dcim.PowerOutlet + * Added `module` field +* dcim.RearPort + * Added `module` field * dcim.Site * Removed the `asn`, `contact_name`, `contact_phone`, and `contact_email` fields * ipam.VLANGroup