Skip to content

Commit a564028

Browse files
committed
v0.5.0 release
1 parent a63e572 commit a564028

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.5.0
4+
5+
* New features
6+
* Add support for changing the log levels on a per-module basis. Thanks to
7+
Matt Ludwigs for this change. See the README.md for details.
8+
* Add a `:format` option to accept a custom format function similar to how
9+
`Logger` supports custom formatting. Thanks to Tim Mecklem for this.
10+
* Bumped default ring buffer size from 100 messages to 1024.
11+
12+
* Bug fixes
13+
* Log clients are now fully configurable. Previous versions inadvertantly
14+
limited the options that could be set.
15+
316
## v0.4.1
417

518
* Bug fixes

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule RingLogger.MixProject do
44
def project do
55
[
66
app: :ring_logger,
7-
version: "0.4.1",
7+
version: "0.5.0",
88
elixir: "~> 1.4",
99
start_permanent: Mix.env() == :prod,
1010
description: description(),

0 commit comments

Comments
 (0)