Closes #4761: Enable tag assignment during bulk creation of IP addresses

This commit is contained in:
Jeremy Stretch
2020-06-15 13:24:34 -04:00
parent 57cfb4ed7e
commit 1d466d6fd1
3 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
* [#4698](https://github.com/netbox-community/netbox/issues/4698) - Improve display of template code for object in admin UI
* [#4717](https://github.com/netbox-community/netbox/issues/4717) - Introduce `ALLOWED_URL_SCHEMES` configuration parameter to mitigate dangerous hyperlinks
* [#4755](https://github.com/netbox-community/netbox/issues/4755) - Enable creation of rack reservations directly from navigation menu
* [#4761](https://github.com/netbox-community/netbox/issues/4761) - Enable tag assignment during bulk creation of IP addresses
### Bug Fixes