v0.4.0
Breaking:
* no breaking changes
Features:
* Move the output stream behind a Mutex, so that multiple threads
logging at the same time won't be jumbled together. Lines will still
be interleaved, but printing a single log record is done while
locked.
* Update docs to use new Rust 1.48 intra-doc links.