changelog: bump to 0.9.0

This commit is contained in:
Simon Eskildsen 2016-02-02 21:14:36 +00:00
parent 433488c23f
commit be52937128
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
# 0.9.0 (Unreleased)
# 0.9.0
* logrus/text_formatter: don't emit empty msg
* logrus/hooks/airbrake: move out of main repository
* logrus/hooks/sentry: move out of main repository
* logrus/hooks/papertrail: move out of main repository
* logrus/hooks/bugsnag: move out of main repository
* logrus/core: run tests with `-race`
* logrus/core: detect TTY based on `stderr`
* logrus/core: support `WithError` on logger
* logrus/core: Solaris support
# 0.8.7