From b9dd149b6d731efa03f21f517883637e53851c3c Mon Sep 17 00:00:00 2001 From: Markus Meissner Date: Sun, 27 Feb 2022 10:50:11 +0100 Subject: [PATCH] cleanup changelog --- changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 570e7ed..9002106 100644 --- a/changelog.md +++ b/changelog.md @@ -12,9 +12,6 @@ i.e., 'attr_as_list', 'prop', 'multi', 'attr' shall **not be used anymore**. Initially only a console.log() warning will be shown, soon this will change to console.warn(), then console.error() -## 0.5.2 -- added `icon` configuration for adding an icon to column headers - ## 0.6 - added `multi` instead of `attr` or `prop` for column/cell contents - `multi` consists of list of string-pairs e.g., ["attr", "node_id"] @@ -26,6 +23,9 @@ one cell get concatenated, i.e., which delimiter is to be found between the chunks +## 0.5.2 +- added `icon` configuration for adding an icon to column headers + ## 0.5.1 - added `css` configuration parameter to allow arbitrary modifications of the used CSS styles.