From 1cc65bb0c1c35771ec7715a60bc40e682aae76de Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 16 Oct 2024 19:37:58 +0200 Subject: [PATCH] No thanks to the designer --- CHANGELOG.md | 2 +- scripts/generate_changelog.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7e4b48669a..dab7a583eac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,7 +83,7 @@ None this time! - Docs: move "roadmap" down to "development" [#7775](https://github.com/rerun-io/rerun/pull/7775) - Add a "Getting started" guide for the dataframe API [#7643](https://github.com/rerun-io/rerun/pull/7643) - Docs: clean up reference menu [#7776](https://github.com/rerun-io/rerun/pull/7776) -- Updating "Navigating the viewer" [#7757](https://github.com/rerun-io/rerun/pull/7757) (thanks [@gavrelina](https://github.com/gavrelina)!) +- Updating "Navigating the viewer" [#7757](https://github.com/rerun-io/rerun/pull/7757) #### 🖼 UI improvements - Add a hook for views to add additional UI in the tab title bar [#7438](https://github.com/rerun-io/rerun/pull/7438) diff --git a/scripts/generate_changelog.py b/scripts/generate_changelog.py index 953e9d3602c7..d64252b5d521 100755 --- a/scripts/generate_changelog.py +++ b/scripts/generate_changelog.py @@ -28,6 +28,7 @@ OFFICIAL_RERUN_DEVS = [ "abey79", "emilk", + "gavrelina", "jleibs", "jprochazk", "nikolausWest",