Commit a564028 1 parent a63e572 commit a564028 Copy full SHA for a564028
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## v0.4.1
4
17
5
18
* Bug fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule RingLogger.MixProject do
4
4
def project do
5
5
[
6
6
app: :ring_logger ,
7
- version: "0.4.1 " ,
7
+ version: "0.5.0 " ,
8
8
elixir: "~> 1.4" ,
9
9
start_permanent: Mix . env ( ) == :prod ,
10
10
description: description ( ) ,
You can’t perform that action at this time.
0 commit comments