From b9da0129ffbafc386e7a4329cf96df3fbb5c93c4 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 16 Nov 2020 09:38:00 -0500 Subject: [PATCH] Changelog for #5337 --- docs/release-notes/version-2.9.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/version-2.9.md b/docs/release-notes/version-2.9.md index 6c7839818..367486017 100644 --- a/docs/release-notes/version-2.9.md +++ b/docs/release-notes/version-2.9.md @@ -1,5 +1,13 @@ # NetBox v2.9 +## v2.9.10 (FUTURE) + +### Enhancements + +* [#5337](https://github.com/netbox-community/netbox/issues/5337) - Add "splice" type for pass-through ports + +--- + ## v2.9.9 (2020-11-09) ### Enhancements @@ -17,7 +25,6 @@ * [#5328](https://github.com/netbox-community/netbox/issues/5328) - Fix CreatedUpdatedFilterTest when running in non-UTC timezone * [#5331](https://github.com/netbox-community/netbox/issues/5331) - Fix filtering of sites by null region - --- ## v2.9.8 (2020-10-30)