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

Fixes #2470: Log the creation of device/VM components as object changes

This commit is contained in:
Jeremy Stretch
2018-09-28 16:04:51 -04:00
parent 2ee5b2344e
commit 020b5ea870
2 changed files with 10 additions and 20 deletions

View File

@@ -13,6 +13,7 @@ v2.4.5 (FUTURE)
* [#2443](https://github.com/digitalocean/netbox/issues/2443) - Enforce JSON object format when creating config contexts
* [#2444](https://github.com/digitalocean/netbox/issues/2444) - Improve validation of interface MAC addresses
* [#2455](https://github.com/digitalocean/netbox/issues/2455) - Ignore unique address enforcement for IPs with a shared/virtual role
* [#2470](https://github.com/digitalocean/netbox/issues/2470) - Log the creation of device/VM components as object changes
---