Skip to content

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gshutler committed Dec 29, 2012
1 parent b03c3ee commit 8e8f56f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions release.md
@@ -0,0 +1,37 @@
---
layout: default
title: Hatchet
---

# Release notes

## 0.1.0

No changes from 0.0.20, just time for a minor version release.

## 0.0.20

* Added a `#thread_context` attribute to the `SimpleFormatter` that is `false`
by default, but when set to `true` will output the context of the thread
within messages in the same style as the `StandardFormatter`

## 0.0.19

* Changed core formatters to output an indented backtrace after a message when
an error is present, can be disabled via the formatter's `backtrace=`
attribute

## 0.0.18

* Made the presence of a `formatter=` method on appenders optional

## 0.0.17

* Added the ability to pass an error along with your message

### Bug fixes

* Fixed the fallback logging if an appender raises an error whilst trying to
log a message
* Ensured all logging calls truly do return `nil` rather than it just being
part of the documented contract

0 comments on commit 8e8f56f

Please sign in to comment.