Skip to content

Commit 1a55270

Browse files
committed
Added Changelog entry
1 parent 8c7bdfe commit 1a55270

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Fix issue [#301](https://github.com/ron-rs/ron/issues/301) with better error messages ([#354](https://github.com/ron-rs/ron/pull/354))
2020
- Fix issue [#152](https://github.com/ron-rs/ron/issues/152) bitflags serde ([#352](https://github.com/ron-rs/ron/pull/352))
2121
- Fix issue [#359](https://github.com/ron-rs/ron/issues/359) with `DeserializeSeed` support ([#360](https://github.com/ron-rs/ron/pull/360))
22-
- Bump MSRV to 1.46.0
22+
- Bump MSRV to 1.46.0 ([#361](https://github.com/ron-rs/ron/pull/361))
23+
- Fix issue [#203](https://github.com/ron-rs/ron/issues/203) with full de error positioning ([#356](https://github.com/ron-rs/ron/pull/356))
2324

2425
## [0.7.0] - 2021-10-22
2526

tests/152_bitflags.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ bitflags_serial! {
3333
fn test_bitflags() {
3434
// Test case provided by jaynus in
3535
// https://github.com/ron-rs/ron/issues/152#issue-421298302
36+
3637
let flag_good = TestGood::ONE | TestGood::TWO;
3738

3839
let json_ser_good = serde_json::ser::to_string(&flag_good).unwrap();

0 commit comments

Comments
 (0)