From 5827feff74424542a6ef35c8f1683d1457b7cce2 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 15 Sep 2026 12:20:47 -0700 Subject: [PATCH] Fix old broken link in Changelog Refs #2912 --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bf900926..d318ddd3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2669,7 +2669,7 @@ Miscellaneous as a string. * If you just want an array of the first value of each row, use the new ``?_shape=arrayfirst`` option - `example - `_. + `_. 0.22.1 (2018-05-23) -------------------