jeremystretch 3 лет назад
Родитель
Сommit
ad6a7086c4
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      docs/release-notes/version-3.4.md

+ 5 - 0
docs/release-notes/version-3.4.md

@@ -3,8 +3,13 @@
 !!! warning "PostgreSQL 11 Required"
     NetBox v3.4 requires PostgreSQL 11 or later.
 
+### Breaking Changes
+
+* Device and virtual machine names are no longer case-sensitive. Attempting to create e.g. "device1" and "DEVICE1" will raise a validation error.
+
 ### Enhancements
 
+* [#9249](https://github.com/netbox-community/netbox/issues/9249) - Device and virtual machine names are no longer case-sensitive
 * [#9892](https://github.com/netbox-community/netbox/issues/9892) - Add optional `name` field for FHRP groups
 
 ### Plugins API