summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-12-20 14:45:26 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-12-20 14:45:26 +0100
commit7c752e8ef3275a880baec89d8320156a38fc1471 (patch)
tree14dc6557de0a5171b027546a4d2d6733ac7acd41 /doc
parent872dbb91e0ff33a7d29cba5d7005140f5a3996f7 (diff)
Update list of library todos
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09000-todos.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/09000-todos.md b/doc/src/09000-todos.md
index d688bb9e..20b7300e 100644
--- a/doc/src/09000-todos.md
+++ b/doc/src/09000-todos.md
@@ -80,9 +80,9 @@ Now the modules that are not yet started:
functionality should be kept (for example the `MapErrInto` or the `IntoError`
traits), as much as possible). If the switch to `chain-error` would require
too much code to be rewritten, reconsider.
-- [ ] Ensure all libraries are implemented as extension traits rather than
+- [x] Ensure all libraries are implemented as extension traits rather than
wrapping store types
-- [ ] Rewrite logger to allow config/env-var based module white/blacklisting and
+- [x] Rewrite logger to allow config/env-var based module white/blacklisting and
writing log to file
## User Interface