File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
- Fix issue [ #301 ] ( https://github.com/ron-rs/ron/issues/301 ) with better error messages ([ #354 ] ( https://github.com/ron-rs/ron/pull/354 ) )
20
20
- Fix issue [ #152 ] ( https://github.com/ron-rs/ron/issues/152 ) bitflags serde ([ #352 ] ( https://github.com/ron-rs/ron/pull/352 ) )
21
21
- 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 ) )
23
24
24
25
## [ 0.7.0] - 2021-10-22
25
26
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ bitflags_serial! {
33
33
fn test_bitflags ( ) {
34
34
// Test case provided by jaynus in
35
35
// https://github.com/ron-rs/ron/issues/152#issue-421298302
36
+
36
37
let flag_good = TestGood :: ONE | TestGood :: TWO ;
37
38
38
39
let json_ser_good = serde_json:: ser:: to_string ( & flag_good) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments