===== * Getting rid if class variables * Ability to customize caller info
0.12
===== * Fixed the logic that finds the log caller to intelligently traverse the stack as opposed to bold and rather mysterious assumptions. * Adding back the `warn()` alias for `warning()`, now that the caller logic is updated * Removing the concept of tag prefix
0.9.5
===== * Millisecond granularity by default
0.9.4
===== * Support for callbacks to allow for dynamic logging context. Thank you, https://github.com/Kalffman * Fatal log errors will now dump the stacktrace to STDOUT * Fixing the linting command
0.9.3
===== * Adding ColorPlainTextStreamHandler for easy-to-read colorized logs * ColorJsonStreamHandler is the new ColorStreamHandler * Fixing the caller location code (broken in Python 3.x migration)