From 98696bab3a5f6827eb7575201f85facbff965daa Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Wed, 28 Aug 2024 18:05:03 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4f87fcb9c0..f372b48982ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Bug fixes and performance improvements for Rerun 0.18.0. - Fix gamma (srgb EOTF) for GLTF via `Asset3D` embedded rgb(a) textures [#7251](https://github.com/rerun-io/rerun/pull/7251) - Fix `Chunk::component_batch_raw` not checking the bitmap first [#7286](https://github.com/rerun-io/rerun/pull/7286) - Fix and test all known `HybridResults` issues from 0.18 [#7297](https://github.com/rerun-io/rerun/pull/7297) +- Fix secondary plot components ignoring blueprint defaults [#7302](https://github.com/rerun-io/rerun/pull/7302) #### 🌁 Viewer improvements - BGR(A) image format support [#7238](https://github.com/rerun-io/rerun/pull/7238)