From 0f4c25fe49c212228b7529afb06896e4afac228d Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 10 Jan 2024 14:21:49 -0500 Subject: [PATCH] Changelog for #14663, #14706, #14709, #14749 --- docs/release-notes/version-3.7.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/version-3.7.md b/docs/release-notes/version-3.7.md index 711e5085f..9f8f43f8d 100644 --- a/docs/release-notes/version-3.7.md +++ b/docs/release-notes/version-3.7.md @@ -2,6 +2,13 @@ ## v3.7.1 (FUTURE) +### Bug Fixes + +* [#14663](https://github.com/netbox-community/netbox/issues/14663) - Fix tunnel creation when setting initial termination to a VM interface +* [#14706](https://github.com/netbox-community/netbox/issues/14706) - Relax one-to-one mapping of tunnel termination to IP address +* [#14709](https://github.com/netbox-community/netbox/issues/14709) - Fix typo in tunnel termination type choice name +* [#14749](https://github.com/netbox-community/netbox/issues/14749) - Remove errant translation wrapper from `installed_device` on DeviceBay + --- ## v3.7.0 (2023-12-29)