We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87d6398 + 52bba64 commit af91976Copy full SHA for af91976
CHANGELOG.md
@@ -5,10 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
+
9
+## 2.3.0 - 2018-12-04
10
### Added
11
12
* Option `flush` to enable flushing of the `io::Write` after each record.
13
14
+### Changed
15
16
+* Improve error message for Serde serialization errors.
17
18
## 2.2.0 - 2017-12-10
19
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "slog-json"
3
-version = "2.2.0"
+version = "2.3.0"
4
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "JSON drain for slog-rs"
keywords = ["slog", "logging", "json"]
0 commit comments