summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-20 13:20:02 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-20 15:02:46 +0100
commit5773e8a6c823cbaff957968f940ad85c17191d92 (patch)
treecdcd0d690ddc602e2671d242fa04c445690a2dcf /doc
parent027c4b32870be5df7357a82a760534a4f54497af (diff)
Remove libimagentrylist
Diffstat (limited to 'doc')
-rw-r--r--doc/src/05100-lib-entrylist.md12
-rw-r--r--doc/src/09020-changelog.md3
2 files changed, 3 insertions, 12 deletions
diff --git a/doc/src/05100-lib-entrylist.md b/doc/src/05100-lib-entrylist.md
deleted file mode 100644
index 0b0b7905..00000000
--- a/doc/src/05100-lib-entrylist.md
+++ /dev/null
@@ -1,12 +0,0 @@
-## libimagentrylist
-
-Library for listing entries in different manner.
-
-This includes:
-
-* Plain one-line-one-entry-path listing
-* Tree listing by submodule
-* Listing with metadata
- * One-line-one-entry
- * ASCII-Table
-
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index 8187fbe3..b8526b95 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -30,6 +30,9 @@ This section contains the changelog from the last release to the next release.
but users of the library really should be be able to put entries under
custom collections.
* `imag store ids` was replaced by `imag ids`.
+ * `libimagentrylist` was removed. Its functionality was inconvenient to use
+ and ugly to implement. Its API was cumbersome.
+ Listing of entries shall be implemented without it.
* Minor changes
* A license-checker was included into the CI setup, which checks whether all
".rs"-files have the license header at the top of the file