We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e43c07 commit 9b3a3c8Copy full SHA for 9b3a3c8
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5
+## v0.10.4
6
+
7
+* Fixes
8
+ * History from loaded persistance file would be reset and lost if multiple
9
+ buffers were configured outside the default buffer when RingLogger was
10
+ reconfigured (at startup or runtime)
11
12
## v0.10.3
13
14
* Improvements
mix.exs
@@ -1,7 +1,7 @@
1
defmodule RingLogger.MixProject do
use Mix.Project
- @version "0.10.3"
+ @version "0.10.4"
@source_url "https://github.com/nerves-project/ring_logger"
def project do
0 commit comments