From 7e55b44610d20d754297f2e1f90e234ab7d0435a Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 9 Jun 2021 15:55:38 -0400 Subject: [PATCH] Changelog for #6068 --- docs/release-notes/version-3.0.md | 5 +++++ 1 file changed, 5 insertions(+) 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