Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed May 26, 2024
1 parent 7211564 commit 0e783a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ Possible log types:
let text = html2text::config::plain()
.render_to_string(html2text::parse(html)?)?
```

- [changed] Some names moved out of `text_renderer` module, so some `use` statements
may need updating.
- [changed] Replace some `unwrap()` with improved patterns (thanks sftse).
- [changed] Updated some dependencies

### 0.12.5
Expand Down

0 comments on commit 0e783a2

Please sign in to comment.