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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
15
## [ v0.5.0] - 2022-11-04
9
16
10
17
### Changed
@@ -61,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
61
68
62
69
Initial release
63
70
71
+ [ Unreleased ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.5.0...HEAD
64
72
[ v0.5.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.4.0...v0.5.0
65
73
[ v0.4.0 ] : https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0
66
74
[ 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