Typo fix in release notes

This commit is contained in:
Simon Willison 2020-12-05 11:42:42 -08:00
commit e5930e6f88

View file

@ -11,7 +11,7 @@ Changelog
- Show `pysqlite3 <https://github.com/coleifer/pysqlite3>`__ version on ``/-/versions``, if installed. (`#1125 <https://github.com/simonw/datasette/issues/1125>`__)
- Errors output by Datasette (e.g. for invalid SQL queries) now go to ``stderr``, not ``stdout``. (`#1131 <https://github.com/simonw/datasette/issues/1131>`__)
- Fix for a startup error on windows caused by unneccessary ``from os import EX_CANTCREAT`` - thanks, Abdussamet Koçak. (`#1094 <https://github.com/simonw/datasette/issues/1094>`__)
- Fix for a startup error on windows caused by unnecessary ``from os import EX_CANTCREAT`` - thanks, Abdussamet Koçak. (`#1094 <https://github.com/simonw/datasette/issues/1094>`__)
.. _v0_52_3: