Skip to content

Commit

Permalink
v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 19, 2018
1 parent a63e572 commit a564028
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.5.0

* New features
* Add support for changing the log levels on a per-module basis. Thanks to
Matt Ludwigs for this change. See the README.md for details.
* Add a `:format` option to accept a custom format function similar to how
`Logger` supports custom formatting. Thanks to Tim Mecklem for this.
* Bumped default ring buffer size from 100 messages to 1024.

* Bug fixes
* Log clients are now fully configurable. Previous versions inadvertantly
limited the options that could be set.

## v0.4.1

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule RingLogger.MixProject do
def project do
[
app: :ring_logger,
version: "0.4.1",
version: "0.5.0",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit a564028

Please sign in to comment.