From e5d0b18307149fa7e67371090a9840572fc834c3 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 19 Sep 2025 16:06:12 -0700 Subject: [PATCH] Fix cuda_pathfinder/docs/source/release/1.2.3-notes.rst --- cuda_pathfinder/docs/source/release/1.2.3-notes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cuda_pathfinder/docs/source/release/1.2.3-notes.rst b/cuda_pathfinder/docs/source/release/1.2.3-notes.rst index 93128b2341..3fa08bd19f 100644 --- a/cuda_pathfinder/docs/source/release/1.2.3-notes.rst +++ b/cuda_pathfinder/docs/source/release/1.2.3-notes.rst @@ -12,6 +12,7 @@ Released on Sep 17, 2025 Highlights ---------- -* Extend experimental ``cuda.pathfinder._find_nvidia_headers`` API - to support CTK library headers +* Make the ``cuda.pathfinder._find_nvidia_header_directory`` API public + (by removing the leading underscore) and extend the function + to also support CTK library headers (`PR #956 `_)