diff --git a/README.md b/README.md index c2acab1c..9eb6dafe 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover ## News + * 10th January 2019: [Datasette 0.26.1](http://datasette.readthedocs.io/en/latest/changelog.html#v0-26-1) - SQLite upgrade in Docker image, `/-/versions` now shows SQLite compile options. * 2nd January 2019: [Datasette 0.26](http://datasette.readthedocs.io/en/latest/changelog.html#v0-26) - minor bug fixes, `datasette publish now --alias` argument. * 18th December 2018: [Fast Autocomplete Search for Your Website](https://24ways.org/2018/fast-autocomplete-search-for-your-website/) - a new tutorial on using Datasette to build a JavaScript autocomplete search engine. * 3rd October 2018: [The interesting ideas in Datasette](https://simonwillison.net/2018/Oct/4/datasette-ideas/) - a write-up of some of the less obvious interesting ideas embedded in the Datasette project. diff --git a/docs/changelog.rst b/docs/changelog.rst index e59142e2..b6c46c69 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Changelog ========= +.. _v0_26_1: + +0.26.1 (2019-01-10) +------------------- + +- ``/-/versions`` now includes SQLite ``compile_options`` (`#396 `__) +- `datasetteproject/datasette `__ Docker image now uses SQLite 3.26.0 (`#397 `__) +- Cleaned up some deprecation warnings under Python 3.7 + .. _v0_26: 0.26 (2019-01-02)