From 6f3a2a599f45fe29efdd0139b08aa52420a16254 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 10 Jul 2024 09:16:23 -0400 Subject: [PATCH] Changelog for #15375, #16357, #16760, #16838, #16867 --- docs/release-notes/version-4.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release-notes/version-4.0.md b/docs/release-notes/version-4.0.md index e91d7eb9e..988a2761d 100644 --- a/docs/release-notes/version-4.0.md +++ b/docs/release-notes/version-4.0.md @@ -2,6 +2,17 @@ ## v4.0.8 (FUTURE) +### Enhancements + +* [#15375](https://github.com/netbox-community/netbox/issues/15375) - Enable customization of SSO backend name & icon + +### Bug Fixes + +* [#16357](https://github.com/netbox-community/netbox/issues/16357) - Replicate assigned type & tenant for cable when clicking "create an add another" +* [#16760](https://github.com/netbox-community/netbox/issues/16760) - Fix data source syncing using git via a local path +* [#16838](https://github.com/netbox-community/netbox/issues/16838) - ActionsColumn should render extra buttons even when no stock actions are enabled +* [#16867](https://github.com/netbox-community/netbox/issues/16867) - Fix exception when a dashboard list widget references a model which has been removed + --- ## v4.0.7 (2024-07-09)