From 4d9f6a9d2589d45934a6c492694dc2333e664d4b Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Wed, 23 Oct 2019 00:17:51 +0200 Subject: [PATCH] Updated What's New? (markdown) --- What's-New?.md | 1 + 1 file changed, 1 insertion(+) diff --git a/What's-New?.md b/What's-New?.md index 405eeb3..d28d3c2 100644 --- a/What's-New?.md +++ b/What's-New?.md @@ -2,6 +2,7 @@ * build for Java 11 (as there is no need to build for Java 13) * setting changes encoding for CSV file to the preference dialog (Thx to [AOE Takashi](https://github.com/aoetk) !) see [Pull Request](https://github.com/frosch95/SmartCSV.fx/pull/17) for details +* reorder columns with D&D ([Issue 7](https://github.com/frosch95/SmartCSV.fx/issues/7)) ## 03.10.2019 * build for Java 13