From 222ffcbe31aad2c25386125d0f314eb9d7d17d50 Mon Sep 17 00:00:00 2001 From: Bharath Kumar Date: Wed, 12 Jun 2024 18:04:27 -0700 Subject: [PATCH] remove blank line in changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e61e0435ef5..5daecdac7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,6 @@ - Fix mis-configured application .desktop link for the Open3D viewer when installing to a custom path (PR #6599) - Fix regression in printing cuda tensor from PR #6444 🐛 - Add Python pathlib support for file IO (PR #6619) - - Fix log error message for `probability` argument validation in `PointCloud::SegmentPlane` (PR #6622) - Fix macOS arm64 builds, add CI runner for macOS arm64 (PR #6695) - Fix KDTreeFlann possibly using a dangling pointer instead of internal storage and simplified its members (PR #6734)