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

Closes #4885: Add MultiChoiceVar for custom scripts

This commit is contained in:
Jeremy Stretch
2020-08-11 13:23:39 -04:00
parent 8709c50a9e
commit 3c395e7c9f
4 changed files with 54 additions and 9 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.8
## v2.8.10 (FUTURE)
### Enhancements
* [#4885](https://github.com/netbox-community/netbox/issues/4885) - Add MultiChoiceVar for custom scripts
---
## v2.8.9 (2020-08-04)
### Enhancements