parsers: Rename Message::get_best_owned to get_best_cloned
This commit is contained in:
parent
5bc94dce95
commit
9901141b5f
2 changed files with 13 additions and 13 deletions
|
|
@ -51,8 +51,8 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
the size of these elements (!472).
|
||||
- Add Message::extract_valid_payload method to warn in case of failure
|
||||
and return simply Option<T> instead of Result<Option<T>> (!497)
|
||||
- Add Message::get_best_body_owned and Message::get_best_subject_owned
|
||||
for best developer experience when performance is not an issue (!497)
|
||||
- Add Message::get_best_body_cloned and Message::get_best_subject_cloned
|
||||
to clone automatically when performance is not an issue (!497)
|
||||
|
||||
Version 0.21.0:
|
||||
2024-07-25 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue