v1.1.0.0
* Regen cabal file on newer Stack * Ensure we always flush the log Without this, we were dropping log messages on exceptions, the most important time to retain them! * Version bump * Add flushLogger Explicit flushing can be useful for interactive apps, for example to flush logging before printing your own output or prompting. `flushLogStr` was already in the interface, but pre-wrapping it in `MonadReader` is convenient. * Remove deprecated export