From 109fcba7955fe5ac87a939e7cb37fe1f9c7cc88d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 5 Jul 2019 23:26:11 -0400 Subject: [PATCH] Use Select2 for the document type selection form Signed-off-by: Roberto Rosario --- HISTORY.rst | 1 + docs/releases/3.3.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index f59ef7f5d5..cedc1152ba 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,7 @@ - Add support for icon shadows. - Add icons and no-result template to the object error log view and links. +- Use Select2 widget for the document type selection form. 3.2.5 (2019-07-05) ================== diff --git a/docs/releases/3.3.rst b/docs/releases/3.3.rst index 88e4d1e09b..47bcc0a2d0 100644 --- a/docs/releases/3.3.rst +++ b/docs/releases/3.3.rst @@ -10,6 +10,7 @@ Changes - Add support for icon shadows. - Add icons and no-result template to the object error log view and links. +- Use Select2 widget for the document type selection form. Removals --------