Refs #1525, #1527
pull/1543/head 0.59.4
Simon Willison 2021-11-29 22:45:37 -08:00
rodzic ca66246438
commit 7c02be2ee9
2 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.59.3"
__version__ = "0.59.4"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,15 @@
Changelog
=========
.. _v0_59_4:
0.59.4 (2021-11-29)
-------------------
- Fixed bug where columns with a leading underscore could not be removed from the interactive filters list. (:issue:`1527`)
- Fixed bug where columns with a leading underscore were not correctly linked to by the "Links from other tables" interface on the row page. (:issue:`1525`)
- Upgraded dependencies ``aiofiles``, ``black`` and ``janus``.
.. _v0_59_3:
0.59.3 (2021-11-20)