From 8cede0daf8a6af6992a6e09ed3f4896d6efeb65d Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 1 May 2023 14:19:56 -0400 Subject: [PATCH] Changelog for #12380, #12395, #12396, #12405, #12412 --- docs/release-notes/version-3.5.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/version-3.5.md b/docs/release-notes/version-3.5.md index 98735c9bf..45dff3a41 100644 --- a/docs/release-notes/version-3.5.md +++ b/docs/release-notes/version-3.5.md @@ -2,6 +2,14 @@ ## v3.5.1 (FUTURE) +### Bug Fixes + +* [#12380](https://github.com/netbox-community/netbox/issues/12380) - Allow selecting object change as model under object list widget configuration +* [#12395](https://github.com/netbox-community/netbox/issues/12395) - Fix "create & add another" action for objects with custom fields +* [#12396](https://github.com/netbox-community/netbox/issues/12396) - Provider account should not be a required field in REST API serializer +* [#12405](https://github.com/netbox-community/netbox/issues/12405) - Fix filtering for VLAN groups displayed under site view +* [#12412](https://github.com/netbox-community/netbox/issues/12412) - Device/VM interface MAC addresses can be nullified via REST API + --- ## v3.5.0 (2023-04-27)