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

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

@@ -2,6 +2,10 @@
 
 ## v3.0-beta1 (FUTURE)
 
+### Breaking Changes
+
+* The default CSV export format for all objects now includes all available data. Additionally, the CSV headers now use human-friendly titles rather than the raw field names.
+
 ### New Features
 
 #### Custom Model Validation ([#5963](https://github.com/netbox-community/netbox/issues/5963))
@@ -39,6 +43,7 @@ CustomValidator can also be subclassed to enforce more complex logic by overridi
 
 * [#5532](https://github.com/netbox-community/netbox/issues/5532) - Drop support for Python 3.6
 * [#5994](https://github.com/netbox-community/netbox/issues/5994) - Drop support for `display_field` argument on ObjectVar
+* [#6068](https://github.com/netbox-community/netbox/issues/6068) - Drop support for legacy static CSV export
 * [#6338](https://github.com/netbox-community/netbox/issues/6338) - Decimal fields are no longer coerced to strings in REST API
 
 ### REST API Changes