chaokunyang commented on code in PR #3074:
URL: https://github.com/apache/fory/pull/3074#discussion_r2639310742


##########
rust/README.md:
##########
@@ -26,13 +26,60 @@ The Rust implementation provides versatile and 
high-performance serialization wi
 | [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | 
[![crates.io](https://img.shields.io/crates/v/fory-core.svg)](https://crates.io/crates/fory-core)
     |
 | [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | 
[![crates.io](https://img.shields.io/crates/v/fory-derive.svg)](https://crates.io/crates/fory-derive)
 |
 
+## Breaking Change in v0.15.0

Review Comment:
   I prefer not including this, we could put this into github pr description, 
and add it to next release note.
   
   We could document at `#[derive(ForyObject)]` section that `ForyObject` will 
genetate `fory_default()` methdo, users can use `generate_default` to generate 
`default methods` too



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to