Skip to content

Commit c7eb5da

Browse files
committed
Changelog consistency
Oxford commas ...
1 parent d3a8e3a commit c7eb5da

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

doc/changes.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ allowing filtering on individual change level, taking advantage of
4444

4545
Updated :meth:`Connection.status` to use 64 bit API, and
4646
:func:`apsw.ext.ShowResourceUsage` to show `TEMPBUF_SPILL
47-
<https://sqlite.org/c3ref/c_dbstatus_options.html>`__.
48-
(`cache_size <https://sqlite.org/pragma.html#pragma_cache_size>`__
49-
controls the amount of memory available.)
47+
<https://sqlite.org/c3ref/c_dbstatus_options.html>`__. (pragma
48+
`cache_size <https://sqlite.org/pragma.html#pragma_cache_size>`__
49+
controls the amount of temp/cache memory available.)
5050

5151
The `percentile extension <https://sqlite.org/percentile.html>`__ is
5252
enabled when enabling all extensions, which is standard for pypi
53-
downloads. It enables several percentile, median and related SQL
53+
downloads. It enables several percentile, median, and related SQL
5454
functions.
5555

5656
The `carray extension <https://sqlite.org/carray.html>`__ is enabled
@@ -62,18 +62,18 @@ to a query. See the :ref:`example <example_carray>`.
6262
on the module if built with the :attr:`amalgamation <using_amalgamation>`.
6363

6464
:func:`apsw.ext.generate_series_sqlite` updated to exactly match SQLite's
65-
behaviour. (:func:`apsw.ext.generate_series` is recommended as it
66-
matches other databases.)
65+
behaviour. :func:`apsw.ext.generate_series` is recommended as it
66+
matches other databases.
6767

6868
Updated :mod:`apsw.unicode` to support `Unicode 17.0
6969
<https://www.unicode.org/versions/Unicode17.0.0/>`__ which adds 4,803
70-
new codepoints and updated line breaking, along with other small
70+
new codepoints, and updated line breaking, along with other small
7171
tweaks.
7272

7373
The `Geopoly extension <https://www.sqlite.org/geopoly.html>`__
7474
(GeoJSON access to `RTree <https://www.sqlite.org/rtree.html>`__) is
7575
enabled when ``--enable-all-extensions`` is used with :ref:`setup.py
76-
<setup_py_flags>`. This includes :ref:`PyPI <pypi>` builds.
76+
<setup_py_flags>`. This includes pypi builds.
7777

7878
This is the final release supporting Python 3.9.
7979

0 commit comments

Comments
 (0)