Skip to content

Commit 92e314d

Browse files
committed
Update changelog with recent PR merges, and fix #38
1 parent a0bc7e9 commit 92e314d

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
- Support for serialization into slices
12+
- Support for serializing and deserializing unit types, newtypes and variants
13+
14+
### Changed
15+
- Changed deserializations to return the number of bytes used
16+
- Changed deserializer and serializer to handle escaped strings
17+
- Changed deserializer to handle whitespaces before sequence
18+
1019
## [v0.1.0] - 2019-11-17
1120

1221
### Added
13-
1422
- support for floats and tuple structs
1523

1624
### Changed
17-
1825
- [breaking-change] The `heapless` dependency has been bumped to v0.5.0
19-
2026
- This crate now compiles on stable (MSRV = 1.31)
2127

2228
## v0.0.1

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["serde", "json"]
88
license = "MIT OR Apache-2.0"
99
name = "serde-json-core"
1010
readme = "README.md"
11-
repository = "https://japaric.github.io/serde-json-core/serde_json_core"
11+
repository = "https://github.com/rust-embedded-community/serde-json-core"
1212
version = "0.1.0"
1313

1414
[dependencies]
@@ -24,6 +24,3 @@ serde_derive = "1.0.80"
2424
[features]
2525
custom-error-messages = []
2626
std = ["serde/std"]
27-
28-
[badges]
29-
maintenance = { status = "looking-for-maintainer" }

0 commit comments

Comments
 (0)