From e2b9cadb1dc261b2579e3071d0f747cf87b65d76 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 3 Sep 2025 18:55:41 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 4 +++- docs/guide/conf.py | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 247e79807..9baced51a 100644 --- a/Changes +++ b/Changes @@ -13,7 +13,9 @@ Verilator 5.041 devel **Other:** -* TBD +* Fix while loop hang on timing-delayed assignment (#6343) (#6354). [Krzysztof Bieganski, Antmicro Ltd.] +* Fix V3Hash MacOS ambiguity (#6350). [Lan Zongwei] +* Fix cmake APPLE variable (#6351). [Lan Zongwei] Verilator 5.040 2025-08-30 diff --git a/docs/guide/conf.py b/docs/guide/conf.py index cdf728df0..075e91e9a 100644 --- a/docs/guide/conf.py +++ b/docs/guide/conf.py @@ -110,7 +110,6 @@ html_domain_indices = False html_logo = "../_static/verilator_192_150_min.png" html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_options = { 'logo_only': True,