From 71ccf5c44ef526100528c610977479eff601d4ca Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Fri, 28 Sep 2018 16:28:29 +0200 Subject: [PATCH] Version 0.12.0 --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc70c84..7c9adcd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog ========= +Version 0.12.0 (2018-09-28) +--------------------------- + +- Update DataTables with bootstrap 4 theme (INFRA-545) +- Implement alert flashing from javascript (INFRA-545) +- Add button to export items to excel file (INFRA-545) +- Add button to delete hosts (INFRA-557) +- Allow to delete hosts and interfaces via the API (INFRA-570) +- Display hosts with no interface on list hosts page (INFRA-569) +- Ignore old "lost" deferred tasks (INFRA-559) + Version 0.11.4 (2018-09-24) --------------------------- -- GitLab