Refs #2263, #2278, #2279

Closes #2280
pull/2004/merge 1.0a11
Simon Willison 2024-02-19 14:48:19 -08:00
rodzic 103b4decbd
commit 434123425f
2 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "1.0a10"
__version__ = "1.0a11"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,15 @@
Changelog
=========
.. _v1_0_a11:
1.0a11 (2024-02-19)
-------------------
- The ``"replace": true`` argument to the ``/db/table/-/insert`` API now requires the actor to have the ``update-row`` permission. (:issue:`2279`)
- Fixed some UI bugs in the interactive permissions debugging tool. (:issue:`2278`)
- The column action menu now aligns better with the cog icon, and positions itself taking into account the width of the browser window. (:issue:`2263`)
.. _v1_0_a10:
1.0a10 (2024-02-17)