- Modify behavior of sink option
backtrace=False
so it doesn't extend traceback upward automatically (#30). - Fix import error on some platforms using Python 3.5 with limited
localtime()
support (#33). - Fix incorrect time formatting of locale month using
MMM
andMMMM
tokens (#34, thanks @nasyxx). - Fix race condition permitting writing on a stopped handler.