diff --git a/docs/changelog.rst b/docs/changelog.rst index 685c4c13..855f1aec 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,16 @@ Changelog ========= +.. _v0_50_a0: + +0.50a0 (2020-10-01) +------------------- + +- New column action menu - table columns now show a cog icon which provides a contextual menu for that column. (`#981 `__) +- New ``datasette -o`` option which opens your browser as soon as Datasette starts up. (`#970 `__) +- ``sqlite3.enable_callback_tracebacks(True)`` so errors in custom SQL functions will now display tracebacks. (`#891 `__) +- Fixed two rendering bugs with column headers in portrait mobile view. (`#978 `__, `#980 `__) + .. _v0_49_1: 0.49.1 (2020-09-15)