diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 9cc272687..08685a2b7 100644 --- a/docs/release-notes/version-3.0.md +++ b/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