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

Merge branch 'develop' into feature

This commit is contained in:
Arthur
2022-09-19 15:51:54 -07:00
6 changed files with 27 additions and 21 deletions

View File

@@ -1,6 +1,15 @@
# NetBox v3.3
## v3.3.4 (FUTURE)
## v3.3.5 (FUTURE)
---
## v3.3.4 (2022-09-16)
### Bug Fixes
* [#10383](https://github.com/netbox-community/netbox/issues/10383) - Fix assignment of component templates to module types via web UI
* [#10387](https://github.com/netbox-community/netbox/issues/10387) - Fix `MultiValueDictKeyError` exception when editing a device interface
---