We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf9f47 commit 60171b8Copy full SHA for 60171b8
changelog.txt
@@ -8,6 +8,9 @@ New APIs:
8
9
Changed APIs:
10
11
+* `html::format_document`, `xml::format_document`, `cm::format_document` and
12
+ friends now take an `std::fmt::Write` as their `output` argument, instead of
13
+ an `std::io::Write`.
14
* `html::collect_text` now returns a `String`. `html::collect_text_append` is
15
added if you still want to start with your own (`String`) buffer.
16
* There was no particular reason for this populating a `Vec<u8>` instead of a
0 commit comments