Bladeren bron

Update release notes

jeremystretch 4 jaren geleden
bovenliggende
commit
a03ae295f6
1 gewijzigde bestanden met toevoegingen van 20 en 0 verwijderingen
  1. 20 0
      docs/release-notes/version-3.2.md

+ 20 - 0
docs/release-notes/version-3.2.md

@@ -41,6 +41,7 @@ FIELD_CHOICES = {
 ### Enhancements
 ### Enhancements
 
 
 * [#7650](https://github.com/netbox-community/netbox/issues/7650) - Add support for local account password validation
 * [#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
 * [#8168](https://github.com/netbox-community/netbox/issues/8168) - Add `min_vid` and `max_vid` fields to VLAN group
 
 
 ### Other Changes
 ### Other Changes
@@ -52,6 +53,25 @@ FIELD_CHOICES = {
 
 
 ### REST API Changes
 ### 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
 * dcim.Site
     * Removed the `asn`, `contact_name`, `contact_phone`, and `contact_email` fields
     * Removed the `asn`, `contact_name`, `contact_phone`, and `contact_email` fields
 * ipam.VLANGroup
 * ipam.VLANGroup