Skip to content

Commit 60171b8

Browse files
committed
changelog: add entry.
1 parent ebf9f47 commit 60171b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ New APIs:
88

99
Changed APIs:
1010

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`.
1114
* `html::collect_text` now returns a `String`. `html::collect_text_append` is
1215
added if you still want to start with your own (`String`) buffer.
1316
* There was no particular reason for this populating a `Vec<u8>` instead of a

0 commit comments

Comments
 (0)