1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Changelog & cleanup for #7668, #7717

This commit is contained in:
jeremystretch
2021-11-02 15:58:14 -04:00
parent 288a1d23e5
commit 3a192223a3
3 changed files with 13 additions and 11 deletions

View File

@@ -2,6 +2,10 @@
## v3.0.9 (FUTURE)
### Enhancements
* [#7668](https://github.com/netbox-community/netbox/issues/7668) - Add "view elevations" button to location view
### Bug Fixes
* [#7599](https://github.com/netbox-community/netbox/issues/7599) - Improve color mode preference handling
@@ -11,6 +15,7 @@
* [#7643](https://github.com/netbox-community/netbox/issues/7643) - Fix circuit assignment when creating multiple terminations simultaneously
* [#7644](https://github.com/netbox-community/netbox/issues/7644) - Prevent inadvertent deletion of prior change records when deleting objects (#7333 revisited)
* [#7647](https://github.com/netbox-community/netbox/issues/7647) - Require interface assignment when designating IP address as primary for device/VM during CSV import
* [#7717](https://github.com/netbox-community/netbox/issues/7717) - Restore missing tags column on IP range table
---