From c3111056b5ccc90df858a960ee5c6c86a028d615 Mon Sep 17 00:00:00 2001 From: Ed Savage Date: Thu, 26 Mar 2026 16:58:06 +1300 Subject: [PATCH] [ML] Fix changelog PR reference for graph validation The original PR #2936 was reverted twice. Update the changelog to reference #3008 which is the final version that shipped. Made-with: Cursor --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 15e49d52a..e66c892e4 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -36,7 +36,7 @@ === Enhancements -* Harden pytorch_inference with TorchScript model graph validation. (See {ml-pull}2936[#2936].) +* Harden pytorch_inference with TorchScript model graph validation. (See {ml-pull}3008[#3008].) * Better handling of invalid JSON state documents (See {ml-pull}[]#2895].) * Better error handling regarding quantiles state documents (See {ml-pull}[#2894])