From de622801f107b320ae934938895c2e6b8cdb4b2a Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 8 Mar 2024 17:05:10 -0500 Subject: [PATCH] Changelog for #15220, #15232, #15241, #15243, #15316 --- docs/release-notes/version-3.7.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/version-3.7.md b/docs/release-notes/version-3.7.md index fd39b925593..17a3bf9cc69 100644 --- a/docs/release-notes/version-3.7.md +++ b/docs/release-notes/version-3.7.md @@ -9,6 +9,11 @@ ### Bug Fixes +* [#15220](https://github.com/netbox-community/netbox/issues/15220) - Fix validation check when bulk editing the mask length of IP addresses +* [#15232](https://github.com/netbox-community/netbox/issues/15232) - Permit user with sufficient permissions to assign an inventory item to a device type +* [#15241](https://github.com/netbox-community/netbox/issues/15241) - Restore missing `display` field on VirtualDisk serialization in REST API +* [#15243](https://github.com/netbox-community/netbox/issues/15243) - Correct representation of installed module when listing module bays using REST API brief mode +* [#15316](https://github.com/netbox-community/netbox/issues/15316) - Fix selection of 3DES encryption for IKE & IPSec proposals * [#15336](https://github.com/netbox-community/netbox/issues/15336) - Correct label for recurring scheduled jobs ---