From dfe6ba5603a21eb19de1778e95d0dc36653965be Mon Sep 17 00:00:00 2001 From: John Anderson Date: Thu, 15 Nov 2018 00:55:47 -0500 Subject: [PATCH] #2583 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1496c5ead..aed3d4304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ NetBox now supports modeling physical cables for console, power, and interface c * [#2574](https://github.com/digitalocean/netbox/issues/2574) - Remove duplicate interface links from topology maps * [#2578](https://github.com/digitalocean/netbox/issues/2578) - Reorganized nested serializers * [#2579](https://github.com/digitalocean/netbox/issues/2579) - Add missing cable disconnect buttons for front/rear ports +* [#2583](https://github.com/digitalocean/netbox/issues/2583) - Cleaned up component filters for device and device type * [#2584](https://github.com/digitalocean/netbox/issues/2584) - Prevent a Front port from being connected to its corresponding rear port * [#2585](https://github.com/digitalocean/netbox/issues/2585) - Prevent cable connections that include a virtual interface * [#2586](https://github.com/digitalocean/netbox/issues/2585) - Added tests for the Cable model's clean() method