Skip to content

Commit af91976

Browse files
authored
Merge pull request #16 from njam/release-2.3.0
Prepare release 2.3.0
2 parents 87d6398 + 52bba64 commit af91976

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## 2.3.0 - 2018-12-04
810
### Added
911

1012
* Option `flush` to enable flushing of the `io::Write` after each record.
1113

14+
### Changed
15+
16+
* Improve error message for Serde serialization errors.
17+
1218
## 2.2.0 - 2017-12-10
1319
### Added
1420

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slog-json"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
55
description = "JSON drain for slog-rs"
66
keywords = ["slog", "logging", "json"]

0 commit comments

Comments
 (0)