Fix old broken link in Changelog

Refs #2912
This commit is contained in:
Simon Willison 2026-09-15 12:20:47 -07:00
commit 5827feff74

View file

@ -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
<https://latest.datasette.io/fixtures.json?sql=select+neighborhood+from+facetable+order+by+pk+limit+101&_shape=arrayfirst>`_.
<https://latest.datasette.io/fixtures.json?sql=select+_neighborhood+from+facetable+order+by+pk+limit+101&_shape=arrayfirst>`_.
0.22.1 (2018-05-23)
-------------------