Check TODO, add Changelog
This commit is contained in:
parent
c115215fa4
commit
b445cea9e7
2 changed files with 8 additions and 5 deletions
|
@ -72,15 +72,15 @@ Now the modules that are not yet started:
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
- [ ] Ensure all libraries are implemented as extension traits rather than
|
- [x] Rewrite libimagerror to be based on `chain-error` crate. This basically
|
||||||
wrapping store types
|
|
||||||
- [ ] Rewrite logger to allow config/env-var based module white/blacklisting and
|
|
||||||
writing log to file
|
|
||||||
- [ ] Rewrite libimagerror to be based on `chain-error` crate. This basically
|
|
||||||
removes our error infrastructure, though existing traits and convenience
|
removes our error infrastructure, though existing traits and convenience
|
||||||
functionality should be kept (for example the `MapErrInto` or the `IntoError`
|
functionality should be kept (for example the `MapErrInto` or the `IntoError`
|
||||||
traits), as much as possible). If the switch to `chain-error` would require
|
traits), as much as possible). If the switch to `chain-error` would require
|
||||||
too much code to be rewritten, reconsider.
|
too much code to be rewritten, reconsider.
|
||||||
|
- [ ] 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
|
||||||
|
writing log to file
|
||||||
|
|
||||||
## User Interface
|
## User Interface
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,9 @@ This section contains the changelog from the last release to the next release.
|
||||||
subdirectories were introduced for different types of crates
|
subdirectories were introduced for different types of crates
|
||||||
* The documentation got a major overhaul and was partly rewritten
|
* The documentation got a major overhaul and was partly rewritten
|
||||||
* The logger is now configurable via the config file.
|
* The logger is now configurable via the config file.
|
||||||
|
* The error handling of the whole codebase is based on the `error_chain`
|
||||||
|
now. `libimagerror` only contains convenience functionality, no
|
||||||
|
error-generating macros or such things anymore.
|
||||||
* New
|
* New
|
||||||
* `libimagentrygps` was introduced
|
* `libimagentrygps` was introduced
|
||||||
* Fixed bugs
|
* Fixed bugs
|
||||||
|
|
Loading…
Reference in a new issue