From a0f89497525f2086e8b4c9fce25996a3a26ea623 Mon Sep 17 00:00:00 2001 From: gavin Date: Fri, 26 Jun 2020 11:35:38 +0800 Subject: [PATCH] kindle manager --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bb3ad64..5f70600 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ ## 1.1.1 (20200626) ### feature -- remove pandas because it will make the package too large, +- remove pandas library because it will make the package too large, I write mTable calss to operate table data structure - add sort function in nTableModel class which make table can be sort by clicking table header!! cheer!!