diff --git a/docs/changelog.rst b/docs/changelog.rst index 9d0c636a..fe69686e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Changelog 0.54.1 (2021-02-02) ------------------- -- Fixed a bug where ``?_search=`` and ``?_sort=`` parameters were incorrectly duplicated when the filter form on the table page was re-submitted. (`#1214 `__) +- Fixed a bug where ``?_search=`` and ``?_sort=`` parameters were incorrectly duplicated when the filter form on the table page was re-submitted. (:issue:`1214`) .. _v0_54: @@ -23,7 +23,7 @@ For additional commentary on this release, see `Datasette 0.54, the annotated re The _internal database ~~~~~~~~~~~~~~~~~~~~~~ -As part of ongoing work to help Datasette handle much larger numbers of connected databases and tables (see `Datasette Library `__) Datasette now maintains an in-memory SQLite database with details of all of the attached databases, tables, columns, indexes and foreign keys. (`#1150 `__) +As part of ongoing work to help Datasette handle much larger numbers of connected databases and tables (see `Datasette Library `__) Datasette now maintains an in-memory SQLite database with details of all of the attached databases, tables, columns, indexes and foreign keys. (:issue:`1150`) This will support future improvements such as a searchable, paginated homepage of all available tables. @@ -34,7 +34,7 @@ Plugins can use these tables to introspect attached data in an efficient way. Pl Named in-memory database support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -As part of the work building the ``_internal`` database, Datasette now supports named in-memory databases that can be shared across multiple connections. This allows plugins to create in-memory databases which will persist data for the lifetime of the Datasette server process. (`#1151 `__) +As part of the work building the ``_internal`` database, Datasette now supports named in-memory databases that can be shared across multiple connections. This allows plugins to create in-memory databases which will persist data for the lifetime of the Datasette server process. (:issue:`1151`) The new ``memory_name=`` parameter to the :ref:`internals_database` can be used to create named, shared in-memory databases. @@ -45,28 +45,28 @@ JavaScript modules To use modules, JavaScript needs to be included in ``