alamb commented on a change in pull request #1141: URL: https://github.com/apache/arrow-rs/pull/1141#discussion_r780207803
########## File path: CHANGELOG.md ########## @@ -19,8 +19,146 @@ For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/arrow/blob/master/CHANGELOG.md) + +## [7.0.0](https://github.com/apache/arrow-rs/tree/7.0.0) (2022-1-07) + +[Full Changelog](https://github.com/apache/arrow-rs/compare/6.5.0...7.0.0) + +### Arrow + +**Breaking changes:** +- `pretty_format_batches` now returns `Result<impl Display>` rather than `String`: [#975](https://github.com/apache/arrow-rs/pull/975) Review comment: Do you have any suggestions on what we should say? BTW here is the PR to upgrade datafusion to arrow-rs 7.0.0: https://github.com/apache/arrow-datafusion/pull/1523 Maybe it would help to mention "Users must now call `to_string()` if they want a `String`"? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org