Skip to content

Commit

Permalink
Merge pull request #16 from mcollina/changelog
Browse files Browse the repository at this point in the history
changelog
  • Loading branch information
David Mark Clements committed Mar 30, 2016
2 parents b0d8d79 + a8cf54d commit 5364a17
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ It also includes a shell utility to pretty-print its log files.
* [API](#api)
* [How do I rotate log files?](#rotate)
* [How to use Transports with Pino](#transports)
* [Changelog](#changelog)
* [Acknowledgements](#acknowledgements)
* [License](#license)

Expand Down Expand Up @@ -382,6 +383,26 @@ Using transports in the same process causes unnecessary load and slows down Node
If you write a transport, let us know and we will add a link here!
<a name="changelog"></a>
## Changelog
### v1.0.3
* [#16](https://github.com/mcollina/pino/pull/16) added changelog
### v1.0.2
* [#15](https://github.com/mcollina/pino/pull/15) improved serializer output around circular references
### v1.0.1
* [#13](https://github.com/mcollina/pino/pull/13) 6x speed increase on multi arg logs by using custom format/interpolation function instead of util.format
### v1.0.0
* first stable release
<a name="acknowledgements"></a>
## Acknowledgements
Expand Down

0 comments on commit 5364a17

Please sign in to comment.