File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ - Support for serializing tuple structs. These are serialized as JSON arrays,
13+ which matches ` serde_json ` behaviour.
14+
815## [ v0.5.0] - 2022-11-04
916
1017### Changed
@@ -61,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6168
6269Initial release
6370
71+ [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.0...HEAD
6472[ v0.5.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...v0.5.0
6573[ v0.4.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0
6674[ v0.3.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.2.0...v0.3.0
You can’t perform that action at this time.
0 commit comments